Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Client/Server Error Messages
Message
De
28/01/1997 09:22:06
 
 
À
27/01/1997 18:50:43
Michael Knelsen
Technology Management Corporation
Regina, Saskatchewan, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00018519
Message ID:
00018552
Vues:
33
>I am creating my first Client/Server Application. I am using VFP 5.0 with a SQL Version 6.5 Database. Could anyone recommend some SQL error numbers I should trap when they occur?
It's better to intercept any SQL-related error:
ON ERROR lErrorflag=.t.
=sqlExec(...)
=AERROR(aErrorInfo)
ON ERROR
if lErrorflag=.t.
**** show custom message including aErrorinfo[2]
endif
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform