Results 1 to 2 of 2

Thread: Call to Store Procedure

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    ENGLAND
    Posts
    38

    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
    sa

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width