Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Insert Into Cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Cannot Insert Into Cursor
Divers
Thread ID:
00222602
Message ID:
00222602
Vues:
62
I have created a cursor from another cursor, and I need to Insert one record at the end of the file.

I set up the CursorSetProp("Buffering", 5, "cData"), and attempt to Insert the record, I get the error "Cannot Update The Cursor".

MULTILOCKS is ON

The code is as follows:
IF CURSORSETPROP("Buffering", 5, "cData")
INSERT INTO cData (cDep, nFlights) VALUES ("TOTAL", lnFlights)
ENDIF

TIA,
Mark
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform