Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Err 1864 - Too many fields in update!
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00463578
Message ID:
00463641
Views:
12
Hi Tom

I'm not that sure if the error you get is "correctable" by SYS(3055).

The error reads in the help (Sorry, I have to translate this from german ;) )

"You tried to use SQL-Update with more than 128 fields to update"

Even if I don't know about that limitation, it makes me thinking. I must admit, until now I never have had a table with 128 fields. So if your field count is really that high this might be a different problem.

To exclude the where clause issue you are aiming on with SYS(3055), you can try to alter your view definition in a way that only the keyfield(s) get into the where clause and not all of the updatable fields, that should clear that problem immediatly.
 =CURSORSETPROP('WhereType',1,'YourView')
would do that.

HTH
Markus

>I have a VFP local view (built off a VFP remote view, but I don't think that matters). When I try to update I get Error 1864, "SQL: Too many fields in update". Sys(3055) doesn't seem to help. Any suggestions?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform