Link to home
Start Free TrialLog in
Avatar of whitej8
whitej8

asked on

Recordset in VB 5

Why is VB 5 not recognizing recordset as a valid type?
I get a user type not defined error when attempting to compile the statement
dim TempRS as recordset
ASKER CERTIFIED SOLUTION
Avatar of alokm
alokm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alokm
alokm

Since u are using recordset u probably want to use DAO.
If u don't want compatibility with previous versions of JET engines then u should choose MicroSoft DAO 3.5 Object Library.
This will solve it.