View Single Post
  #2 (permalink)  
Old 10-10-2008, 12:58 PM
ss7thirty ss7thirty is offline
VB.NET Forum Master
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jun 2005
Age: 24
Posts: 255
Reputation: 107
ss7thirty done a little coding in his/her timess7thirty done a little coding in his/her timess7thirty done a little coding in his/her time
Default

You can just make this an OUTPUT variable. There is a property of SQLParameter object and I think it is called direction and it is an enum with three values. Input, Output, Both. Google this 'T-SQL Stored Proc Output Parameters VB.NET' that should get the job done.

Reply With Quote