Forum: C# Jan 9th, 2009 |
| Replies: 13 Views: 1,360 Iterating through the DataSet:
Here is a simple code to iterate through the dataset and select individual items instead of selecting all the data in the DataSet.
SqlDataAdapter ad = new... |
Forum: C# Jan 8th, 2009 |
| Replies: 13 Views: 142,410 how do you connect to a Excel database using c# |