Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I misusing TableUpdate()?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00261437
Message ID:
00261448
Vues:
21
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform