Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Error
Message
From
12/05/2005 12:43:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01013469
Message ID:
01013493
Views:
14
Hello again,

i assume you have a good reason to disconnect after retrieving data .. so i don't comment on this

what you probably fighting with is that if you have BufferMode set to 3 (record buffering) and then SKIP away from one record (but made some changes first)
TABLEUPDATE will be executed automatically in the background which of course fails cause you've disconnected from the backend ..

so if you want to:
get some data
disconnect
modify many records
later reconnect to update them all ..
you have to set BufferMode to 5 (tablebuffering) ..

Regards
Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform