Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I misusing TableUpdate()?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00261437
Message ID:
00261448
Views:
22
>I have a remote view of a VFP DBC table. I inserted several records from arrays, etc. into the view. Now I issue tableupdate() at the click of a form button and nothing happens - no records are written to the table.
>
>Am I misusing the function because I didn't read from the table into the view first? What's the best way for getting the view info into the table?

Steve,

If your exact code is TableUpdate() then your problem may be that the worng work area is selected. I strongly recommend that you use all of the parameters for TableUpdate();

TableUpdate( nWhatToUpdate, lForceUpdate, cAliasName, aArrayForRecordsThatFail )

Read the help file for more information.
Previous
Reply
Map
View

Click here to load this message in the networking platform