akkate86ygk
New member
- Joined
- Apr 26, 2008
- Messages
- 2
- Programming Experience
- Beginner
I'm using SqlDataAdapter and DataSet
Q1:
Can anyone tell me how to get the count of table, count of rows, and count of column?
Q2:
dataSet.Table(0).rows(0).item(0)
will get the data of the 1st table, 1st row, and 1st column?
Q3:
How if I do not want to get the data by using number, I want to get the data by using table name, column name?
Please provide me some sample code if possible.
I'm beginner in vb.net.
Thank you.
Q1:
Can anyone tell me how to get the count of table, count of rows, and count of column?
Q2:
dataSet.Table(0).rows(0).item(0)
will get the data of the 1st table, 1st row, and 1st column?
Q3:
How if I do not want to get the data by using number, I want to get the data by using table name, column name?
Please provide me some sample code if possible.
I'm beginner in vb.net.
Thank you.