PC Review
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
Register a library
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
Register a library
![]() |
Register a library |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 >> >> |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 > >> > >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

