Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 CLR Stored Procedure - return value

Author  Topic 

boshmate
Starting Member

1 Post

Posted - 2010-09-10 : 07:51:37

I am trying to write a Store Procedure that Returns an integer Value when called. Looking at examples, this seems to be doable in C# but I can't see any examples using VB. Do I just create a function instead of a Sub ???

Anybody know about this ??

Tony

X002548
Not Just a Number

15586 Posts

Posted - 2010-09-10 : 13:30:34
do you want to create a sproc or a CLR????

CREATE PROC mysproc99
@rc int OUTPUT
AS
....

???

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -