LittleSmudge
Programmer
A have a Access 2000 database split FrontEnd / Back End and using Access standard security model
Both Front and Back are in the same public server folder along with the xxx.mdw file
I use ADO so I need the ADODB library reference linked
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\msado21.tlb
I use Catalogues so I need ADOX library reference linked
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADOX.DLL
and I use Recordsets so I need ADOR library reference linked
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADOR15.DLL
This all works fine on almost all of the machines that need it
HOWEVER,
On one machine ( A Dell Lap Top - Don't laugh ) I have the following problem
When I link in the ADODB file using the Tools, References it displays at the bottom of the dialog box the path as being
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADO15.DLL
Now this is doubly wierd because that files does NOT exist ANYWHERE on the C: drive - I've searched and deleted every occurance I could find.
However, I cannot get it to see the correct file which is there.
I've also used a piece of code to link the library based on the path/filename which works on other machines but to no avail here.
Any ideas ? Anyone seen something like this before ?
SECOND PROBLEM MACHINE
( Also a Dell LapTop - now I told you before not to laugh ! )
The Tools References dialog box lists all of the correct library links.
However, using a VBcode investigator that lists the links
The ADOX library reference
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADOX.DLL
never shows up.
If I unlink it via the dialog box I can use the code linker to link it again. This appears to work successfully.
The dialog box shows it as being linked again but the code lister still does not find it.
More importantly - dispite the Tools References dialog box showing it as successfully linked, the code crashes when it tries to execute code that need the ADOX library.
Any ideas ?
I don't like it when machines lie to me !
G LS
accessaceNOJUNK@valleyalley.co.uk
Remove the NOJUNK to use.
Both Front and Back are in the same public server folder along with the xxx.mdw file
I use ADO so I need the ADODB library reference linked
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\msado21.tlb
I use Catalogues so I need ADOX library reference linked
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADOX.DLL
and I use Recordsets so I need ADOR library reference linked
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADOR15.DLL
This all works fine on almost all of the machines that need it
HOWEVER,
On one machine ( A Dell Lap Top - Don't laugh ) I have the following problem
When I link in the ADODB file using the Tools, References it displays at the bottom of the dialog box the path as being
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADO15.DLL
Now this is doubly wierd because that files does NOT exist ANYWHERE on the C: drive - I've searched and deleted every occurance I could find.
However, I cannot get it to see the correct file which is there.
I've also used a piece of code to link the library based on the path/filename which works on other machines but to no avail here.
Any ideas ? Anyone seen something like this before ?
SECOND PROBLEM MACHINE
( Also a Dell LapTop - now I told you before not to laugh ! )
The Tools References dialog box lists all of the correct library links.
However, using a VBcode investigator that lists the links
The ADOX library reference
C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\MSADOX.DLL
never shows up.
If I unlink it via the dialog box I can use the code linker to link it again. This appears to work successfully.
The dialog box shows it as being linked again but the code lister still does not find it.
More importantly - dispite the Tools References dialog box showing it as successfully linked, the code crashes when it tries to execute code that need the ADOX library.
Any ideas ?
I don't like it when machines lie to me !
G LS
accessaceNOJUNK@valleyalley.co.uk
Remove the NOJUNK to use.