Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter and PostgreSQL Problem
Message
From
22/10/2003 14:57:40
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00840453
Message ID:
00841226
Views:
21
Hi Simon,

>I do have one more question about why PostgreSQL boolean values appear as Character fields in VFP. Do you know how I can get them to appear as logical values in VFP?
>

Only data types reported by ODBC driver as SQL_BIT (adBoolean for OLEDB providers) can be mapped to VFP Logical data type. It looks like PostgreSQL ODBC driver or OLEDB provider (whatever you are using) report different data type. The only workaround I can think of right now is to make driver/provider return correct data type.

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform