T
Tom
In RecordSet, there is EOF. But, there is no EOF in
DataSet. There is only EOF in XMLReader. I use
sqlDataAdapter and DataSet to retreive data from DB. I
need to know whether it is the end of the file. How should
I do it?
How to get data from DB and store to local variables and
Vector?
I use select * from table SQL statement to retrieve the
data from DB. I can use setMethod to set the data to local
variable. In Java, I use Vector and while loop to store
object data. How can I do it in C#?
Moreover, in recordset, each row of table is one
recordset. I can delete, update, close or movenext. But,
how can I do these functions in dataset?
Thanks for help.
DataSet. There is only EOF in XMLReader. I use
sqlDataAdapter and DataSet to retreive data from DB. I
need to know whether it is the end of the file. How should
I do it?
How to get data from DB and store to local variables and
Vector?
I use select * from table SQL statement to retrieve the
data from DB. I can use setMethod to set the data to local
variable. In Java, I use Vector and while loop to store
object data. How can I do it in C#?
Moreover, in recordset, each row of table is one
recordset. I can delete, update, close or movenext. But,
how can I do these functions in dataset?
Thanks for help.