Displaying 1 result from an estimated 1 matches for "dbsrv12".
Did you mean:
  dbsrv
  
2011 Jun 22
8
Wine + PowerBuilder + Sybase ODBC
...sn't work is: 1.3.22
This is what I have done on the PC that works:
I have installed Wine 1.2-rc4, SQL Anywhere 12.0.1 for Windows on Wine, to get a Sybase driver for Wine, SQL Anywhere 12.0.1 for Linux to get the engine where the fisical data base runs.
I run SQL Anywhere 12 Network Server (dbsrv12), that handles the fisical database file (xxx.db).
With a odbcad32.exe I make on ODBC that do a "Network Connection" to localhost with the parameters that it needs. When I do a "Test Connection" I get the message "Conection Successful".
When I execute the PowerBuilde...