Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO problem

Status
Not open for further replies.

HighLightUK

Technical User
Mar 4, 2003
20
GB
I have created an Access database originally on Windows 2000 and since updated it on Windows XP Pro. The database was created in Office 2000 (and still is in 2000 format).

When I installed the database on the server and attempted to run the front end from the users machines, I get an error when trying to run a piece of code in a module.

Basically, the reference to ADO Ext. 2.7 is shown as MISSING on all the users machines.

Firstly, why is it showing as missing when they have Office 2000 installed?

Secondly, which library files do I need to install?

The users are using Windows 98 SE.

Thanks
 
ADO 2.7 or mdac 2.7 is the version for win XP. Any earlier OS will not have mdac 2.7. Download and install mdac 2.7 on the target machines or include it in an installation package. Thanks and Good Luck!

zemp
 
Thought it would be something like this....

Our IT dept didn't even have a clue!

Thanks for the help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top