T
Tym
OK - thre has to be an easy solution to this...
Migrated from VB6 to vb.net
*eventually* got to populate a datase (instead of a recordset) with
the contents of a table based on an SQL query, but...
how the heck do I naviagete?
VB6:
rsRECORDSET.move
rsRECORDSET.moveftist
rsRECORDSET.movelast
rsRECORDSET.movenext
rsRECORDSET.moveprevious
VB.Net
???
Also..........
VB6:
sCRITERIA = "CREATE TABLE X,Y,X.... etc etc)
dbDATABSE.Execute sCRITERIA,dbFailOnError
VB.NET
??????
Any ideas???
advTHANKSance
Migrated from VB6 to vb.net
*eventually* got to populate a datase (instead of a recordset) with
the contents of a table based on an SQL query, but...
how the heck do I naviagete?
VB6:
rsRECORDSET.move
rsRECORDSET.moveftist
rsRECORDSET.movelast
rsRECORDSET.movenext
rsRECORDSET.moveprevious
VB.Net
???
Also..........
VB6:
sCRITERIA = "CREATE TABLE X,Y,X.... etc etc)
dbDATABSE.Execute sCRITERIA,dbFailOnError
VB.NET
??????
Any ideas???
advTHANKSance