Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapters
Message
De
18/05/2005 22:39:46
 
 
À
18/05/2005 20:40:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01015654
Message ID:
01015675
Vues:
21
Hi Michael,

You are using local variable to store CursorAdapter object. Once the variable goes out of scope, the object is destroyed and this closes the cursor as well. Either change the code to keep the CursorAdapter object around longer or use CursorDetach() method to detach the cursor from it.

Thanks,
Aleksey.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform