Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate command fails
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01114334
Message ID:
01114339
Views:
20
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!!!
Previous
Reply
Map
View

Click here to load this message in the networking platform