W
wschiro
I have written some code that populates a drop down menu from an Access data
base. The code works fine on my machine. On another machine I am missing
the reference library to Microsoft ActiveX Data Objects 2.8 Library. I found
this file on my machine and then copied in into the other machine and all
worked well afterwards.
On two remote machines the same problem arises. They are missing the
Microsoft ActiveX Data Objects 2.8 Library but, when checking the directory
the file is there. I had my co-worker replace the file that’s on my machine
with the one in the remote machine and no luck. I even tried rebooting and
still no luck.
Any suggestion?
More Details:
All machines are HP/Compaq laptops 6200s
OS: 2000 Professional
Office app: PowerPoint 2003. I am not sure of the service pack on the other
machines.
Missing reference Library: Microsoft ActiveX Data Objects 2.8 Library
Missing file: msado.15dll
Directory: C:\Program Files\Common Files\System\ado\
Code that causes error: Dim gcnAccess As New ADODB.Connection
base. The code works fine on my machine. On another machine I am missing
the reference library to Microsoft ActiveX Data Objects 2.8 Library. I found
this file on my machine and then copied in into the other machine and all
worked well afterwards.
On two remote machines the same problem arises. They are missing the
Microsoft ActiveX Data Objects 2.8 Library but, when checking the directory
the file is there. I had my co-worker replace the file that’s on my machine
with the one in the remote machine and no luck. I even tried rebooting and
still no luck.
Any suggestion?
More Details:
All machines are HP/Compaq laptops 6200s
OS: 2000 Professional
Office app: PowerPoint 2003. I am not sure of the service pack on the other
machines.
Missing reference Library: Microsoft ActiveX Data Objects 2.8 Library
Missing file: msado.15dll
Directory: C:\Program Files\Common Files\System\ado\
Code that causes error: Dim gcnAccess As New ADODB.Connection