ADODB object problem

ADODB object problem

Anonymous
Not applicable
361 Views
5 Replies
Message 1 of 6

ADODB object problem

Anonymous
Not applicable
Hi all!.
I can't use ADODB object.
I don`t know why.
When i compiled VBA sendme a message "Type mismatch"
In the list of references, i can't found ADO.
How can load this reference?

thx for all,
PS.
0 Likes
362 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable
Reference name is:
Microsoft ADO Ext. 2.8 For DLL and Security
I use MS Office 2003
Mabe you need to check Reference to:
Microsoft Access 11.0 Object Library also

Hth

~'J'~
0 Likes
Message 3 of 6

Anonymous
Not applicable
Thx Fatty for reply, buy i check both reference and nothing.
Maybe something more.

thx for your help.
0 Likes
Message 4 of 6

Anonymous
Not applicable
wrote in message news:5435490@discussion.autodesk.com...
>Reference name is:
>Microsoft ADO Ext. 2.8 For DLL and Security

Fatty,
that's for adox (related but different)

for adodb
Microsoft Activex Data Objects 2.xx


>I use MS Office 2003
>Mabe you need to check Reference to:
>Microsoft Access 11.0 Object Library also

you don't need access to use ado

To OP,
post your actual code
You wouldn't get a Type Mismatch error from a missing library
You'd get a "User defined type not defined"
0 Likes
Message 5 of 6

Anonymous
Not applicable
MP and Fatty.

This Working!, Thank you to both.

Pato.
0 Likes
Message 6 of 6

Anonymous
Not applicable
Oh, my bad
I knew it
Thanks anyway 🙂

~'J'~
0 Likes