VB.net to SQL Server: How do you pass parameters?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lokean
    New Member
    • Apr 2007
    • 71

    VB.net to SQL Server: How do you pass parameters?

    Hi folks,

    My knowledge of VB.net has grown by leaps and bounds the past few weeks, but I am stuck on this one.

    I need to pass several values to a SQL server function, then import the results into my application.

    My question is twofold....

    1)How do I pass parameters to the function through my VB.net code.
    2)How do I return the generated table to my VB.net application.

    Any help would be GREATLY appreciated. Any tutorials out there?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by Lokean
    Hi folks,

    My knowledge of VB.net has grown by leaps and bounds the past few weeks, but I am stuck on this one.

    I need to pass several values to a SQL server function, then import the results into my application.

    My question is twofold....

    1)How do I pass parameters to the function through my VB.net code.
    2)How do I return the generated table to my VB.net application.

    Any help would be GREATLY appreciated. Any tutorials out there?
    Hi Lokean!

    Check out this resource and see if it helps you.

    Cheers!

    -Frinny

    Comment

    • Lokean
      New Member
      • Apr 2007
      • 71

      #3
      Great!!!

      Thanks!!!!!

      Comment

      Working...