Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate() of a view. Is there a limit on number of f
Message
From
16/04/2001 12:21:37
 
 
To
12/04/2001 15:50:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00495027
Message ID:
00495826
Views:
15
Dear Brad,

FCOUNT() = 53
I entered:
SYS(3055, 8 * MIN(40, FCOUNT())) as help suggests,
?TABLEUPDATE(1,.F.)
I get same error.
AERROR() gives me: 1812 - SQL: Statement Too Long

SYS(3055, 8 * MIN(40, FCOUNT())) didn't make sense,
so I tried:
SYS(3055, 8 * MAX(40, FCOUNT())) as help suggests
?TABLEUPDATE(1,.F.)

It Woked!!!

Thanks alot,
Shlomo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform