stevozip
Computer
- Jan 25, 2002
- 1
I am writing a program which utilizes the ADO control. I have linked a database file, lotus.mdb, to the control and need to be able to search the database. Now, I have a VB book I used for school that has code for searching a database using the Data control in VB. Here's the code I'm having trouble converting to ADO:
datfind.recordset.findfirst
and
datfind.recordset.nomatch
and
datfind.recordset.findnext
Visual Basic does not like FindFirst, NoMatch, and FindNext with the ADO control. What are the commands i would use for this instead?
datfind.recordset.findfirst
and
datfind.recordset.nomatch
and
datfind.recordset.findnext
Visual Basic does not like FindFirst, NoMatch, and FindNext with the ADO control. What are the commands i would use for this instead?