I am new to VB and downloaded the VB 2008 Express recently. Am following the "Beginning VB2005 databases" book to learn as I go along.
I have hit a snag where the book example is initializing a new instance of the data access base class as "Using objData as new WDABase", however the VB 2008 does not recognize WDABase as a valid class.
How can I work around this issue.
Also where can I get sample programs implement SQL queries to access MS Access databases for VB2008 express edition?
I have hit a snag where the book example is initializing a new instance of the data access base class as "Using objData as new WDABase", however the VB 2008 does not recognize WDABase as a valid class.
How can I work around this issue.
Also where can I get sample programs implement SQL queries to access MS Access databases for VB2008 express edition?