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