Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to mimic TABLEUPDATE()
Message
De
19/12/2011 15:00:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
How to mimic TABLEUPDATE()
Divers
Thread ID:
01531381
Message ID:
01531381
Vues:
82
i have just decided to use sqlserver as back of my app.
i use the SPT .
to make the code conversion easier, i have created two functions :
myrequery() to replace all requery() in forms with the sqlexec command. it works well.
but for the second function myupdate() that must replace the tableupdate function i have some problems:
the fonction must face many situations :
- insert data if new record
-update data if editing record
-delete if deleted() record

and the other hand the function must know if all records or current record.

i need some help to make a good tableupdate() function.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform