Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. szoora

    Sub/Function that allows me to run various MSSQLServer 2008 stored procedures using vb.net

    Public Sub CallStoredProcedure(ByVal procedureName as String) ... cmd.CommandText = procedureName ... End Sub
  2. szoora

    Sub/Function that allows me to run various MSSQLServer 2008 stored procedures using vb.net

    I am trying to run SQL SERVER 2008 stored procedure using VB.NET. I am able to connect fine but I do not want to write the code over again for every stored procedure. How can I have that code in form of a function or sub so that i can reuse the code by simply passing the stored procedure name to...

Part and Inventory Search

Back
Top