Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client/Server Error Messages
Message
From
28/01/1997 09:22:06
 
 
To
27/01/1997 18:50:43
Michael Knelsen
Technology Management Corporation
Regina, Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00018519
Message ID:
00018552
Views:
29
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform