Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TableUpdate command fails
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01114334
Message ID:
01114339
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
Because the alias name is the third argument to the TableUpdate() function
llTableUpdate = TableUpdate(.T., .T., 'poupdate_puritem_catorders_needupdates_rvwpu')
>Ok this works:
>
>Select poupdate_puritem_catorders_needupdates_rvwpu
>llTableUpdate = TableUpdate(.T., .T.)
>
>but yet this fails....
>
>Select poupdate_puritem_catorders_needupdates_rvwpu
>llTableUpdate = TableUpdate('poupdate_puritem_catorders_needupdates_rvwpu', .T., .T.)
>
>I get an error saying 'invalid function or argument...' blah blah...
>
>Does anyone know why this would happen? Its updating the same darn view!!!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform