Hi,
Are you able to connect thru odbc by creating a new system dsn and selection "Apply & Test connection". Maybe your server does not recognize the host. Try the foll.
At Client -
C:\Winnt\system32\drivers\etc\services
Turbo 1526/tcp ## Remote server ocsserver
(Make sure that there is a blank line after the above entry)
C:\Winnt\system32\drivers\etc\hosts
10.125.1.1 my_server ## Server name
(Make sure that there is a blank line after the above entry)
At Server -
C:\Winnt\system32\drivers\etc\services
Turbo 1526/tcp ## Remote server ocsserver
(Make sure that there is a blank line after the above entry)
C:\Winnt\system32\drivers\etc\hosts
10.125.1.1 my_server ## Server name
10.125.1.2 my_client ## Client name
(Make sure that there is a blank line after the above entry)
Hope this works,
Regards,
lloyd