Register a library

M

malcolm

I developed a database using ADO code. It also uses the Jet library to
automatically compact & repair back end databases - however this feature is
not critical. Sent the client an .mde file. The .mde file will not run as it
considers the ADO and Jet libraries to be missing.

Can I program an .mdb database to register the missing library, convert it
to an .mde database and have the .mde version register the librarie(s) on the
client's computer?

If not, will this work:

Can the client send me an .mdb database with the needed libraries already
registered and then can I import my stuff into it and convert it to an .mde
file and send it back and have it work?
 
M

malcolm

For some obscure reason, my client does not have the ADO library registered.

I tried attaching the name of the library and its location plus my VBA code
to automatically compact a back end database but MS said it was too busy to
post my reply and blew it away. You can contact me directly for a reply at
[email protected].
 
M

malcolm

Already have this service pack. Will email it to my client. Howev er, I do
not think this is the problem.
 
Top