-
Call to Store Procedure
Dear All
This is the store procedure in SQL SERVER 2000
I want to call this store procedure to pass the parameters from the .NET
Code.
Please can you send me any examples or any clues which
will be very useful for me.
I am quite new with .NET
Many Thanks in advance
salih
ALTER PROCEDURE NewTest @ID CHAR(6),
@X1 REAL, @X2 REAL, @X3 REAL, @X4 REAL, @X5 REAL
-
This link has some good SQL Server code in it. This is a code sample from a wrox book I bought.
http://web.wrox.com/download/code/pr...63_code_v7.zip