Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return error execute method ADO connection
Message
De
24/05/2006 11:06:32
Ariel Müller
Müller & Asociados S.R.L.
Córdoba, Argentine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Return error execute method ADO connection
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
MS SQL Server
Divers
Thread ID:
01124532
Message ID:
01124532
Vues:
59
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform