Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Error
Message
 
To
16/08/2002 12:34:37
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00690403
Message ID:
00690442
Views:
13
>The form uses tableupdate(.t.,.t.) to save the data. I don't know where to check the buffering? The buffer mode is optimistic. Fox pro doesn't respond as if an error occurs, it just doesn't load the form properly with the new data. SQL saves the error in the log however.

You can use CURSORGETPROP("BUFFERING") to determine what the buffering is. If you are using row buffering (rather than table buffering), VFP will implicitly issue a TABLEUPDATE anytime the record pointer is moved. So if you are doing a search on the remote view, maybe a TABLEUPDATE is occuring that you are not aware of, and this is triggering the error.
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform