PC Review Forums Newsgroups Microsoft Access Microsoft Access VBA Modules Register a library

Reply

Register a library

 
Thread Tools Rate Thread
Old 22-02-2007, 06:40 AM   #1
=?Utf-8?B?bWFsY29sbQ==?=
Guest
 
Posts: n/a
Default Register a library


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
  Reply With Quote
Old 22-02-2007, 07:02 AM   #2
Alex Dybenko
Guest
 
Posts: n/a
Default Re: Register a library

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" <ramartower@access312.com> wrote in message
news:0BBAFAEB-2FDC-4FF7-A45B-93C9BC113C0F@microsoft.com...
>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


  Reply With Quote
Old 22-02-2007, 07:42 AM   #3
=?Utf-8?B?bWFsY29sbQ==?=
Guest
 
Posts: n/a
Default Re: Register a library

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
sysdev@access312.com.
--
malcolm


"Alex Dybenko" wrote:

> 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" <ramartower@access312.com> wrote in message
> news:0BBAFAEB-2FDC-4FF7-A45B-93C9BC113C0F@microsoft.com...
> >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

>
>

  Reply With Quote
Old 22-02-2007, 08:03 AM   #4
Alex Dybenko
Guest
 
Posts: n/a
Default Re: Register a library

Hi,
well, this I never saw. but you can ask him to install from here:
http://msdn2.microsoft.com/en-us/data/aa937730.aspx

--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com

"malcolm" <ramartower@access312.com> wrote in message
news:18738CC6-D3ED-40A3-B84B-84892A70378D@microsoft.com...
> 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
> sysdev@access312.com.
> --
> malcolm
>
>
> "Alex Dybenko" wrote:
>
>> 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" <ramartower@access312.com> wrote in message
>> news:0BBAFAEB-2FDC-4FF7-A45B-93C9BC113C0F@microsoft.com...
>> >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

>>
>>


  Reply With Quote
Old 22-02-2007, 02:59 PM   #5
=?Utf-8?B?bWFsY29sbQ==?=
Guest
 
Posts: n/a
Default Re: Register a library

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


"Alex Dybenko" wrote:

> Hi,
> well, this I never saw. but you can ask him to install from here:
> http://msdn2.microsoft.com/en-us/data/aa937730.aspx
>
> --
> Best regards,
> ___________
> Alex Dybenko (MVP)
> http://alexdyb.blogspot.com
> http://www.PointLtd.com
>
> "malcolm" <ramartower@access312.com> wrote in message
> news:18738CC6-D3ED-40A3-B84B-84892A70378D@microsoft.com...
> > 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
> > sysdev@access312.com.
> > --
> > malcolm
> >
> >
> > "Alex Dybenko" wrote:
> >
> >> 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" <ramartower@access312.com> wrote in message
> >> news:0BBAFAEB-2FDC-4FF7-A45B-93C9BC113C0F@microsoft.com...
> >> >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
> >>
> >>

>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off