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

> 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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform