Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working on an old Vb6 application made by another developer. There is an function in the application which uses two enumerations in a class, dll or module called ADODB. I can't compile the code because the application has lost it's reference to ADODB. How do I reference it?

There are so many database related references in the vb reference list and I don't know which one to use.
Please help!!!
Posted

Please edit your question, don't post a new one asking basically the same thing. If you have to work on VB6, you have my condolences. Personally, I'd look for a new job. However, surely there's only one ADODB object from Microsoft ? If you told us the enums in question, perhaps someone else stuck in VB6 hell could actually help you ?
 
Share this answer
 
Comments
obhasha07 5-Jul-11 21:04pm    
well, this is a very old project done by out company and I have to make some changes. I've worked with VB6 but that's quite some time ago. I've checked in google and it seems like there is only one ADODB class. All I need to know is how to reference it
Make sure that the ADO is installed and then you can reference it.

Check out this documentation from Microsoft support. Clickey[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900