Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Error
Message
 
To
12/05/2005 12:43:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01013469
Message ID:
01013505
Views:
10
I am purposely issuing SQLDISCONNECT() so we don't maintain connections
to the server.


>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
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform