Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO, CursorAdapter and READWRITE
Message
 
 
À
04/03/2006 12:18:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01101499
Message ID:
01101524
Vues:
9
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform