Posted by: jraymo...@my-deja.com
We are migrating a SQL Windows 5.0.3 app to CTD
2000 and have an existing SQL.INI which works
fine to connect via SQLHost to DB2.
Under 16-bit SW 5.0.3, we used SQL.INI entries as
follows:
[winclient.dll]
comdll=sqlwsock
[Winclient.wsock]
serverpath=...
In attempting to use CTD 2000, it looks like the
SQL.INI must now use "win32client" settings so we
tried (among other things):
[win32client.dll]
comdll=sqlws32
[Winclient.ws32]
serverpath=...
but this gets errors in both SQLTalk and within
the IDE.
Anyone else go through this conversion and know
what we should be using?
Thanks!
J.R.