Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append records to a cursor (adapter)
Message
 
To
27/06/2007 16:41:41
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01236099
Message ID:
01236145
Views:
33
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform