Hi
I am trying to duplicate Theoron Willis book written for
VB 6.0 and SQL Server 7.0. I have gotten as far as chapter 8 where it wants to use nextrecordset command to read three tables selected from SQL. SQL 2000 won't accept nextrecordset or exec in stored procedure but will accept execute so I need to know how to read the data from sqlreader to put each table into its appropriate listbox, I don't know how to work with recordsets in
vb.net. (I don't think
vb.net uses recordsets). Any help would be appreciated.
Thank you, John