1. ACMESECURE DEV
  2. PowerBuilder
  3. Wednesday, 3 January 2024 05:11 AM UTC

Hi,
Trying to connect database in powerbuilder 2019 using database profile but it's throwing error as "Error loading client library DLLs. Unable to connect to server".
I had installed SDK for SAP Adapative server enterprise SP04 PL02 client version in local machine as well but not working as expected.
In addition to that I have "PBODB190.DLL" also in my package folder.

 

 

Attachments (1)
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 3 January 2024 14:39 PM UTC
  2. PowerBuilder
  3. # 1

Hi;

  For the ASE DBMS, you should be connecting via it's native driver as follows (for example):

SQLCA.DBMS = "ASE"
SQLCA.Database = "<YourASEDB>"
SQLCA.LogPass = <**********>
SQLCA.ServerName = "<YourASEMachine>"
SQLCA.LogId = "<YourID>"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Release='16'"   // Your ASE release number

  Note that you must install the ASE DB Client software from SAP. See your DBA Team for details & configuration.  HTH

Regards .. Chris

Comment
  1. John Fauss
  2. Wednesday, 3 January 2024 14:53 PM UTC
You are correct, Chris. It's been a long time since I worked in a Sybase ASE environment, but I believe the client software you refer to is called "OpenClient".
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.