P
Paul Koufalis
Guest
The official process is to go through the nameserver which shunts the request off to the ODBC DS. Your DSN needs to be defined as a machine DSN on the Windows 2003 Server where the ODBC DS is installed. Your conx string should look something like this, assuming the SH and the ODBC DS are running on server "w2k3DS". connect shDB -H w2k3DS -S -db -dt ODBC -H w2k3DS -S -DataService -Dsrv SVUB,1 Increase the ODBC DS logging level and check the ODBC DS log file. What happened? If you can upgrade to OE 11.5 or 6, there is a better solution with the ODBC classes. You can connect to the DSN directly from within your 4GL code and run SELECTs. You can try downgrading the ODBC DS to V9 as the V10 client should be able to talk to the V9 DS.
Continue reading...
Continue reading...