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

Storage Procedure

Status
Not open for further replies.

starvin

Programmer
Apr 9, 2001
13
US
Can a Stored Procedure be accessed directly from an Active Server Page document where submitted form field values are a necessary query variable?
 
Check your SQL Books Online (it is part of your SQL server), and go to index-->ado-->stored procedure (or parameters), they have good details.

Caution: the example is not for ASP, but VB. But you can get an idea of how to do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top