CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    33

    VB 2008 & Stored Procedures

    Hi.
    I'm doing a program with VISUAL BASIC 2008 and i want to update a DB by using STORED PROCEDURES.

    The DB is in SQL 2005, And I want to insert [NAME,LASTNAME,SEX].

    PLEASE, can someone post the code for such programa. I want to know what kind of conection use and how to send de parameters to the SP.

    THANKS.
    Mess With The Best & Die Like The Rest

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB 2008 & Stored Procedures

    Search for "update a DB", but add YOUR DB (SQL Server/Oracle,etc) along with "VB.Net" for better results.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured