Hello I am trying to migrate powerbuilder 12.6 to powerbuilder 2017. But I get some problem while connectiong to database. I use SYBASE DB. The error which I get id "Error loading client library DLLs. Unable to connect to server" Can you please help me with this? I am not sur ehow to load DLLs. Am I missing something?
Thx a lot!
Sharmistha
Your App should be using PBASE170.dll as your application should have the setting ...
SQLCA.DBMS = "ASE"
(Unless you have a very old ASE version)
Regards ... Chris
When you say 'SYBASE DB', are you talking about Sybase ASE or SQL Anywhere? They are two completely different things.
Good point. Also the version of the DBMS can make a difference as well. We need to know more DB details.
Regards ... Chris