February 18th, 2000, 03:50 PM
Hi,
I´d like to open an Access Database throught DAO in VB. If I declare a Database in Visual Basic, dim db as Database, the compiler generates a warning, because the Object couldn´t be found. (also not in the Object Catalog) How can I set up VB in order to use DAO?
Also, I just have to read a recordset from a table. Should I use a snapshot (I dpn´t have to modify a record, just sort them)? Where can I get some really basic VB Code on this Subjet?
thanks, Sebastian
I´d like to open an Access Database throught DAO in VB. If I declare a Database in Visual Basic, dim db as Database, the compiler generates a warning, because the Object couldn´t be found. (also not in the Object Catalog) How can I set up VB in order to use DAO?
Also, I just have to read a recordset from a table. Should I use a snapshot (I dpn´t have to modify a record, just sort them)? Where can I get some really basic VB Code on this Subjet?
thanks, Sebastian