DNS creation problem
Posted: Mon Feb 20, 2006 8:43 am
Hi,
I have a DNS creation problem on a VmWare Windows 95 system.
The code I use to test this is very simple.
I copy a file ODBCJT35.DLL (this file generates errors when it is copied in the System directory of the target but I have to ensure that all my tests are reliable before posting a new thread on it) in the Targetdir of the installation program and I create a folder DATABASE containing my 2 databases.
Then 2 DNS are created (using CREATE ODBC DNS command) to point to the databases installed.
I tried my program on Windows 98 and all works perfectly. All the files are copied and the 2 DNS are created in the System DNS tab of the ODBC admin console.
But when I try to use the same program on Windows 95 VmWare, I have this error message (nevertheless the files are copied) :
"Error configuring ODBC datasources XXX (name of the DNS), ODBC error 13. Impossible to load the installation library or converter. Check that XXX exists and you can access it."
I get the same message for the 2 DNS.
I should point that the command CREATE ODBC DNS is executed after the command install files for my databases.
All the code is entered in the [OFFLINE CONTENT] section
Have you any idea why it crashes for W95 ?
thank you
I have a DNS creation problem on a VmWare Windows 95 system.
The code I use to test this is very simple.
I copy a file ODBCJT35.DLL (this file generates errors when it is copied in the System directory of the target but I have to ensure that all my tests are reliable before posting a new thread on it) in the Targetdir of the installation program and I create a folder DATABASE containing my 2 databases.
Then 2 DNS are created (using CREATE ODBC DNS command) to point to the databases installed.
I tried my program on Windows 98 and all works perfectly. All the files are copied and the 2 DNS are created in the System DNS tab of the ODBC admin console.
But when I try to use the same program on Windows 95 VmWare, I have this error message (nevertheless the files are copied) :
"Error configuring ODBC datasources XXX (name of the DNS), ODBC error 13. Impossible to load the installation library or converter. Check that XXX exists and you can access it."
I get the same message for the 2 DNS.
I should point that the command CREATE ODBC DNS is executed after the command install files for my databases.
All the code is entered in the [OFFLINE CONTENT] section
Have you any idea why it crashes for W95 ?
thank you