Hi,
ADO is always installed with access, so once your client has access - he has
ADO. You only have to use then same version he has, or lower.
no idea what you mean with Jet library - what is exact name?
--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
"malcolm" <(E-Mail Removed)> wrote in message
news:0BBAFAEB-2FDC-4FF7-A45B-(E-Mail Removed)...
>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?
>
> --
> malcolm