1. Sivaprakash BKR
  2. PowerBuilder
  3. Thursday, 16 August 2018 10:26 AM UTC

Hello,

Using PB 11.5, PostgreSQL 10

When showing error while updating dw / ds, it shows ? in places of field values.  It would be better if values are shown, to identify and correct those values.   We used to see values while using SQL Server, but with PostgreSQL connected using ODBC, we see only ?.   Is there any way to make it show values instead of '?' ?

Happiness Always
BKR Sivaprakash

 

René Ullrich Accepted Answer Pending Moderation
  1. Thursday, 16 August 2018 11:05 AM UTC
  2. PowerBuilder
  3. # 1

If you set DisableBind=1 all bind variables will be replaced with values when Powerbuilder generates SQL. So you can see the values also in the dberror event.

Using bind variables is usually better for performance!

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.