managing References

G

Guest

Hello,
I'm developing a databse on a pc running Office 2003. I have Visual
Studio.NET 2003 and MDAC 2.8 installed on this system.
Since I need the db to run on a pc that has only Office 2000, I have
referenced:
- Microsoft Access 9.0 Object Library (instead of 11.0)
- Microsoft ActiveX Data Objects 2.1
Since I need to use also ADOX in my code, I have to reference to the
msadox.dll.
But on my system I can only find:
- Microsoft ADO Ext. 2.7 for DDl and Security.

Once I updated to MDAC 2.8 I cannot find a 2.1 for this library.
Will it work anyway?

And... Why I see on my system Microsoft ADO Ext. 2.7 for DDl and Security
instead of Microsoft ADO Ext. 2.8 for DDl and Security??

I know I can suggest to upgrade the pc with MDAC 2.8 and i can give them the
redistributable package for that, but I prefer to deliver only the database
and nothing more.

thanks,
Nico
 
A

Alex Dybenko

Hi,
yes, ADOX is bit tricky, you should use exact version number you installed.
so you either have to install same ADO version on all PCs, or use late
bindings (declare ADOX variables as objects and remove reference)
 
G

Guest

I have a similar problem.
A developer just sent me a copy of my own front end, but now my reference
for the 2.8 library is Missing. I am also missing the file: advape32.dll

Where can I get it?
 
A

Alex Dybenko

You can delete this reference and add one to highest ADO 2.x you have, and
the asl developer to use the same version. Perhaps he can also tell you
about advape32.dll
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top