Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append records to a cursor (adapter)
Message
 
À
27/06/2007 16:41:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01236099
Message ID:
01236145
Vues:
29
>Borislav Thanks for your answer, but I just capture the VFP error, Don´t know how to capture the SQL error when doing this kind of operation. I pretended to use the VFP environment to manage the data (and their errors).
>
>Thanks
>Carlos Burgos

Carlos,
ALWAYS, use the construction like this:
IF NOT TABLEUPDATE(......)
   AERROR(laError)
   MessageBox(laError[1,2])
EMDIF
I always used it n my base CA class. That way I always knew what is the backend error.
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