1. Astha Batra
  2. PowerBuilder
  3. Friday, 17 July 2020 09:27 AM UTC

Is Sybase Adaptive Server Enterprise PC Client v16 is compatible with 32bit Desktop power builder application? 

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 17 July 2020 15:24 PM UTC
  2. PowerBuilder
  3. # 1

Hi Astha;

   Yes, PB 2017/2019 support both the 32 bit and 64 bit DB Client for ASE!  :-)

    Just make sure that you set your transaction object, using the following highlighted values ... for example:

// Profile ASE 16/17 (Chris)
SQLCA.DBMS = "ASE"
SQLCA.Database = "Chris"
SQLCA.LogPass = <**********>
SQLCA.ServerName = "STDCHRIS"
SQLCA.LogId = "Chris"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Release='16',Async=1,DBGetTime=5,DBTextLimit='90000',TrimSpaces=0,AppName='PB2019R2',Host='STD-Chris'"

 

HTH

Regards ... Chris

Comment
  1. Astha Batra
  2. Tuesday, 21 July 2020 12:25 PM UTC
Thank you Chris.
  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.