Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using logical field in remote view in firebird SQL
Message
From
19/01/2005 18:40:46
 
 
To
19/01/2005 16:23:42
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00978686
Message ID:
00978733
Views:
16
>I have logical field in my table.
>I want to upsize this data to Firebird SQL server and use remote view
>for this data.
>
>Firebird SQL does not have bit data type.
>So I upsized my logical field as NUMERIC(1) data type to Firebird .
>
>I want to create a remote view or cursoradapter having logical data type column.
>For this, I tried to force VFP to convert it back to logical field:
>
>
DBSetProp('mytable.mylogicalfield', 'Field', 'DataType', "L")
>
>Unfortunately, this causes error
>
>Type conversion required by the DataType property for field 'mylogicalfield' is invalid.
>
>How to force VFP to create logical fields in remote views in Firebird ?

Read Data Type Conversion Control on VFP9 Help


In Visual FoxPro 9.0, certain ODBC and ADO data types can be mapped
to a logical data type in remote views and the CursorAdapter object.


Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform