Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A nightmare with table buffering
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00836796
Message ID:
00836960
Views:
18
Robin,

You should expect to have comma delimited list of primary fields for the cursor.

Basically TableUpdate() will update all the rows which meet the condition within the KeyFild list.

If this is the case, you have to replace Keyfield property on a cursor, with a valid KeyFieldList definition
CURSORSETPROP("KeyFieldList","Field1, Field2,...", cAlias)
Cheers,

Zoran



>Zoran,
>
>What should I expect?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform