Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return error execute method ADO connection
Message
From
24/05/2006 11:06:32
Ariel Müller
Müller & Asociados S.R.L.
Córdoba, Argentina
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Return error execute method ADO connection
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01124532
Message ID:
01124532
Views:
57
Hello,

When I call to ado connection execute method with a stored procedure, I don't receive errors produced in the procedure.

Here is my code:
oConnection = createobject("adodb.connection")
oConnection.open(cStringConnection)
oConnection.isolationlevel = ADXACTSERIALIZABLE

cStoreProc = "nameOfMyStoreProcedure"
oConnection.execute(cStoreProc)
In the error method of my class I'm handling the errors returned by the execute method, however I don't receive any error.

If someone knows the answer, please send it back to me.
Next
Reply
Map
View

Click here to load this message in the networking platform