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.