Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Type conversion required is invalid
Message
From
11/08/2003 13:43:09
 
 
To
11/08/2003 10:51:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00818905
Message ID:
00819045
Views:
16
>Hello, everyone
>
>It's about cursoradapters, again.
>
>I have a MSSQL server table with a 'bit' datatype field. Cursorschema contains 'lAdministator L' for that field and it works ok - the field is downloaded as Logical.
>
>The same thing doesn't work for MySQL. In MySQL there is no bit datatype - MySQL's "bit" is a synomim for Integer(1).
>
>If I try to set the cursorschema to "L", it raises the error I wrote in subject. A remote view to that table works ok, though - it makes the conversion correctly. Do I miss something here?
>
>Thank you

Hi Grigore,

First, try to call CursorFill(.T.) instead of CursorFill(). If it doesn't solve the problem, post a repro code.

Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform