Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TableUpdate() of a view. Is there a limit on number of f
Message
De
16/04/2001 13:15:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00495027
Message ID:
00495849
Vues:
12
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 Worked!!!

Thanks alot,
Shlomo

Please note,
FP Help states:
Note Calling TABLEUPDATE( ) for a local table or view that doesn’t use key fields generates a long WHERE clause to find the update row.

I get an error even though I assign key fields.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform