Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Environment and Stored Procedure return values
Message
De
30/01/2003 12:15:42
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
SQL Server
Titre:
Data Environment and Stored Procedure return values
Divers
Thread ID:
00747232
Message ID:
00747232
Vues:
44
Hi,

I have a stored procedure that has an I want to return a value.

Trimmed down sproc.

CREATE PROCEDURE TEST

@Val1 as varchar(50),
@RetVal as varchar(50) OUTPUT

AS

GO

I want to be able to use VB to return @RetVal.

Not entirely sure how to do this with the Dataenvironment.
I have tried this.

de.dbo_Test Param1

I get an error when I try this though.
Any ideas?


Thanks a bunch,

Alvin
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform