Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select picking up a deleted record
Message
 
 
À
18/11/2004 10:05:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00962577
Message ID:
00962643
Vues:
8
>Sergey, with SET DELETED ON, I created a cursor and set the buffering to 5. I inserted two records into the cursor, then deleted one. With SET DELETED ON, is performed a SELECT * on that cursor, and the result set included both the deleted and non-deleted record.

It has nothing to do with SET DELETED. In VFP8 and earlier the SQL SELECT doesn't look at buffered data. In VFP9 it can be controlled by WITH BUFFERING clause.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform