Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapters
Message
From
18/05/2005 22:39:46
 
 
To
18/05/2005 20:40:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01015654
Message ID:
01015675
Views:
20
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform