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!

Is it possible to pass parameters to a view???

Status
Not open for further replies.

herb8

Programmer
Sep 4, 2001
45
US
The heading says it all... just need to know yes or no.

Thanks, Matt
 
Not that I know of... can you use a stored procedure instead?
 
I could not use a stored procedure for this because I need the entire recordset back to use. The only way I know how to do this would be using output's and therefore could only bring back a single row.
 
A stored procedure can return a recordset. The last SELECT ... in a stored procedure is a recordset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top