Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor adapter line insert
Message
 
À
10/04/2006 11:13:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01111986
Message ID:
01112020
Vues:
26
>yes
>
>
>
>but i want when i do my tableupdate, the line will be inserted
If the CA is updatable the line will be inserted after you do TableUpdate().
If the record is not inserted you break some SQL Server rules, so you must check for errors:
INSERT INTO CA ....
*** or
*** APPEND BLANK
*** REPLACE....
IF NOT TableUpdate(1,.t.,[CA Alias here])
   AERROR(laError)
   MessageBox(laError[1,2])
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform