Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving to two tables
Message
De
07/04/2000 11:42:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Saving to two tables
Divers
Thread ID:
00356928
Message ID:
00356928
Vues:
51
I want to save a date to two tables. Here is my code for saving to the new table. It will be a new record in the members table and a replacement of the date in the contact table.

CASE m.paction = 'SAVE'
m.id = m.memid
INSERT INTO member FROM MEMVAR
set filter to alltrim(member.id) = alltrim(m.id)

I then want to replace the duesdate from the record saved in member to the duesdate in the contact table. How would I do that?

Thanks,
Tyler
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform