Results 1 to 4 of 4

Thread: From Sql To C#

  1. #1

    Default From Sql To C#


    guyz saun diay code sa c# if i want na i sulod sa array ang each record na naa sa akong database na field...for example emp_username kay i sulod nko sa emp_id[] na array...need ur help ASAP...defend na mi next sat la pa gyud mi human code T.T...any help would be appreciated


    ay sry sayop ako title...oledb diay ako gamit guyz dli mysql...access man gud ako provider...tnx

  2. #2
    Quote Originally Posted by Deathnote View Post
    guyz saun diay code sa c# if i want na i sulod sa array ang each record na naa sa akong database na field...for example emp_username kay i sulod nko sa emp_id[] na array...need ur help ASAP...defend na mi next sat la pa gyud mi human code T.T...any help would be appreciated


    ay sry sayop ako title...oledb diay ako gamit guyz dli mysql...access man gud ako provider...tnx
    If you want the index to the table field, you better use Hashtable...

    I'm not familiar with OleDb, here a snippet from mysql
    Code:
    ...
    Hashtable table = new Hashtable();
    MySqlDataReader reader = command.ExecuteReader();
    while (reader.Read())
    {
         table["id"] = reader.GetString("id");
    }
    ...

  3. #3
    bro karun ra ko suway ana hashtable...wala lagi siya sa drop down...hehehehe...saun diay gamit.....libog pud ko sa imo code bro...unsa man ang command text ani ----> command.ExecuteReader();??

  4. #4
    Quote Originally Posted by Deathnote View Post
    bro karun ra ko suway ana hashtable...wala lagi siya sa drop down...hehehehe...saun diay gamit.....libog pud ko sa imo code bro...unsa man ang command text ani ----> command.ExecuteReader();??
    SQL Command would be something like this:
    SELECT emp_username FROM YOUR_TABLE_NAME_HERE

    Try using System.Collections.Generic namespace for your collection objects (Arrays, HashTables). Try System.Collections.Generic.List<of T> or System.Collections.Generic.Dictionary<of T, of T>

  5.    Advertisement

Similar Threads

 
  1. Land trip from Cebu to Manila.. suggestions?
    By inday_opel in forum Destinations
    Replies: 23
    Last Post: 07-13-2008, 07:15 PM
  2. From bits to bytes -3d rendering
    By hotrod in forum Websites & Multimedia
    Replies: 6
    Last Post: 09-25-2006, 05:56 AM
  3. P4Vmm2 Changing from SDram to DDram Problem
    By Chipmunk888 in forum Computer Hardware
    Replies: 26
    Last Post: 02-23-2006, 12:06 PM
  4. Changing from AC97 to X-Fi Extreme Music
    By EarlZ in forum Computer Hardware
    Replies: 16
    Last Post: 02-04-2006, 05:32 PM
  5. Movie transfer from digicam to pc
    By etgo in forum Gizmos & Gadgets (Old)
    Replies: 1
    Last Post: 01-09-2006, 07:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top