vs2005/sql server 2005 tutorial

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    #1

    vs2005/sql server 2005 tutorial

    Hi

    I am looking for a step by step tutorial on how to do a winform database app
    using parameterised stored procedures. Any suggestions would be appreciated.

    Thanks

    Regards


  • Herfried K. Wagner [MVP]

    #2
    Re: vs2005/sql server 2005 tutorial

    "John" <John@nospam.in fovis.co.uk> schrieb:[color=blue]
    > I am looking for a step by step tutorial on how to do a winform database
    > app using parameterised stored procedures. Any suggestions would be
    > appreciated.[/color]

    Visual Basic 2003: Code -- Code: Calling a Parameterized Stored Procedure
    (Visual Basic)
    <URL:http://msdn.microsoft. com/library/en-us/dv_vbcode/html/vbtskcodecallin gparameterizeds toredprocedurev isualbasic.asp>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Sahil Malik [MVP]

      #3
      Re: vs2005/sql server 2005 tutorial

      Example #9.4 in Chapter#9 of my book.

      And sorry there is no shortcut to knowledge, I recommend reading my book
      cover to cover.

      - Sahil Malik [MVP]
      ADO.NET 2.0 book -

      ----------------------------------------------------------------------------

      "John" <John@nospam.in fovis.co.uk> wrote in message
      news:u6rScm4wFH A.460@TK2MSFTNG P15.phx.gbl...[color=blue]
      > Hi
      >
      > I am looking for a step by step tutorial on how to do a winform database
      > app using parameterised stored procedures. Any suggestions would be
      > appreciated.
      >
      > Thanks
      >
      > Regards
      >
      >[/color]


      Comment

      Working...