|
-
Jun 11th, 2013, 08:03 AM
#1
Thread Starter
Junior Member
[RESOLVED] Retrieve value from table and How to store in string variable
Hello,
I want to store some data to string array that came from Database table.
The table Data is (only a column):
Alice Mutton
Aniseed Syrup
Boston Crab Meat
Camembert Pierrot
Carnarvon Tigers
...
...
I want to store this retrieved data to String array like (Programetically):
string[] data = {"Alice Mutton", "Aniseed Syrup", "Boston Crab Meat", "Camembert Pierrot", "Carnarvon Tigers"};
How can I fix it?
best regards
ehsan
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|