Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate and SQL string is too long
Message
From
09/11/2004 20:12:29
 
 
To
09/11/2004 17:38:42
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00959751
Message ID:
00959823
Views:
16
Hi Hilmar, with your answer I have two more questions:
- Is the SQL statement out of limits with 100 fields? I think VFP limit is of 8 KB per statement, which is a lot
- Why does the error go out when I force all rows to be updated?

Thanks,
Javier.

>For a view, VFP generates a SQL statement which you won't see, to update the underlying table. I think that perhaps if you change the update properties of the view to "key fields only", the resulting "internal" SQL statement will be much simpler.
>
>This should be more efficient in any case, than the default option.
>
>>Hi all,
>>
>>I have a view in a form that updates a table with 100 fields. The SQL statement is short, as all the fields belong to one table but 2 of them.
>>
>>When I issue tableUpdate(.t., .f., 'myView'), I get the error "SQL string is too long", and return .F.
>>If I force all rows to be updated with tableUpdate(.t., .t., 'myView'), then I don't get the error.
>>
>>I don't even know how to debug it to know what's happening inside, and why the error goes away when I force the update.
>>
>>Any ideas?
>>
>>TIA,
>>Javier.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform