|
-
Mar 4th, 2003, 08:41 AM
#1
Thread Starter
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|