ADODB.Recordset references

mazza

Registered User.
Local time
Today, 12:19
Joined
Feb 9, 2005
Messages
101
I am trying to educate myself programming access 2003 using the ADO, hwr when using syntax such as ADODB.Recordset I get a user type not defined error.
I suppose I am missing some references in my librabry but not sure which reference to add..

could somebody point me in the right direction here?
 
Access 2003's default data access method is DAO (Data Access Objects). What you are wanting to use is ADO (ActiveX Data Objects) which was the default of Access 2000 and Access 2002.

I have written an FAQ regarding the User Defined Type error which you can find here.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom