Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RETURN_VALUE in ADO
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00558025
Message ID:
00558695
Vues:
13
In SQL 2000, RETURN_VALUE is no longer recognized.
It's a bug in SQL Server 2000. See mskb#Q285295

-----------------------------------------------
Thank you Sergey.
As per mskb#Q285295, the new command is:

lnResult = oCommand.Parameters('@RETURN_VALUE').Value

or:

lnResult = oCommand.Parameters(0).Value

will also work.
Aristotle
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform