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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, Is it possible to create a S

Status
Not open for further replies.

vechalapu

Programmer
May 2, 2001
58
US
Hi,

Is it possible to create a Stored Procedure in VB during Run Time with variable number of parameters?

Thanking You,
 
Are you accessing MS SQL Server?

Why would want to create your stored procedures in VB?

I would recommend creating them on the Server (MSSQL).



reidfl
 
As reidfl suggests you really shouldn't be creating SP's in VB. However, if you really need to (and again I'm with reidfl in wondering why) you can execute the string CreateProcedure etc as you would write in the SP itself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top