1. al Torchetti
  2. PowerBuilder
  3. Monday, 11 December 2017 15:18 PM UTC

Migrated a PB12.5 application to PB 2017. The PBOBD125.INI file in the PB12.5 version of the app was modified to included PBTRIMCHARCOLUMNS='YES' to trim a .txt file stored on the local drive. When this same modification was changed in the application built with PB2017 it works only on PCs that don't have the PB2017 IDE installed. I modified every instance of the PBOBD170.INI on the PC with the PB2017 IDE installed with no luck. All other PB developers in the shop have the same problem. 

Thanks  

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 11 December 2017 15:25 PM UTC
  2. PowerBuilder
  3. # 1

Hi Al;

    You can just add this to your DBParm field and not worry about any ODBC.ini settings, as follows:

SQLCA.DBParm = "ConnectString='DSN=PB Demo DB V2017;UID=dba;PWD=<******>',TrimSpaces='Yes'"

Regards .. Chris

Comment
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.