Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with ODBC
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00563222
Message ID:
00563238
Views:
11
You need to issue a TableUpdate() to commit changes from the views to the actual tables. You can evaluate the result of TableUpdate() to see if you changes were indeed commited.

Also, make sure you have "Send Updates" check mark checked on the view designer. Finally, ensure you have defined the primary key in the view.

>Hello all,
>I'm tring to get y VFP6.0 application to update an Access MDB.
>With the Database open, I've created views of the tables that I want and the fields that I want the user to see.
>
>How to I get these " remote views" to actually update the access tables
>
>I've tried the SQL"commands" such as sqlcommit() etc.
>
>Can I use VFP commands to make changes on the records in the views and can I then send them to the Access tables??
>
>Thanks
>
>Sandy
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform