Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter with SQL and parameter
Message
From
29/09/2004 15:23:09
 
 
To
27/09/2004 10:08:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00944961
Message ID:
00947294
Views:
41
>Ok this is what I have so far.
>But it does not use the tableupdate(), what do i need to change to add that?
>
...
>
>If I change data in cursor one then rerun the changes are there. But really want to use tableupdate to validate noone else has changed.

Hi Doug,

By default, the cursor is in row buffering mode, an implicit TABLEUPDATE is executed as soon as you leave modified record. To avoid this, switch to table buffering mode, either set oCA.BufferModeOverride= 5 before CursorFill() or call CURSORSETPROP("Buffering",5) after CursorFill().

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform