Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO, CursorAdapter and READWRITE
Message
 
 
To
04/03/2006 12:18:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01101499
Message ID:
01101524
Views:
10
The cursor created by CA is always R/W if CA is set properly. How did you get R/O cursor?

>When using ADO with CursorAdapter to query for some SQL data, is it possible the READWRITE clause is not supported? Since having moved to that, at one place I need to have a READWRITE cursor and I always get that the file is read only. The only way I have found to workaround was to do another SQL from the CursorAdapter cursor to have it in a READWRITE cursor:
>
>
>SELECT * FROM (loCursor.Alias) INTO CURSOR (lcCursor) READWRITE
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform