You need to be logged in to view a user's profile.
  1. Richard Murray
  2. PowerBuilder
  3. Monday, 14 June 2021 19:54 PM UTC

I have a datawindow against a Postgresql DB. When selecting a boolean column from the database and trying to update it, the datawindow converts the column to a varchar(5), which I assume is for 'FALSE', is there a setting in the PBODB.INI to convert this correctly? Or how do I fix it?

The fix turned out to be, was to set the column as varchar and then the driver converts it to the table's definition, of boolean.

Georgios Papageorgiou Accepted Answer Pending Moderation
  1. Saturday, 21 September 2024 09:32 AM UTC
  2. PowerBuilder
  3. # 1

Hi PowerSphere ( and especially Appeon :) )

 

Any news on this ?  (was it fixed )

 

@Richard

You wrote:

"The fix turned out to be, was to set the column as varchar and then the driver converts it to the table's definition, of boolean."

But where did you "set the column as varchar" ?

 

Regards

Georgios

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.