Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC Error during SQL INSERT command
Message
De
08/08/2007 14:21:55
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01245884
Message ID:
01246851
Vues:
22
Hi Christof...

As you suggested, I did add the SQLCOMMIT command.
=SQLPREPARE(gnC, tcSQL)
nRtnValue = SQLEXEC(gnC, tcSQL, tcCursor)
IF lnRtnValue < 1
  =AERROR[laError]
  tcError = laError[2]
  _Cliptext = tcSQL
ELSE
  =SQLCOMMIT(gnC)
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform