Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter with SQL and parameter
Message
De
29/09/2004 15:23:09
 
 
À
27/09/2004 10:08:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00944961
Message ID:
00947294
Vues:
40
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform