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!

ASP create view on the fly

Status
Not open for further replies.

jcale4

Programmer
Aug 31, 2004
63
US
HI!

Quick Question -

I have instances where i need to create views on the fly (since i cant seem to create global temporary tables in ASP). I have a feeling this is not customary ASP/RDBMS programming.

I am using classic ASP and my DBMS is IBM DB2 UDB. I have successfully created and dropped a view in the page, but was wondering if this is not a recommended practice.

Thanks!
 
that depends, i have used views (for complex join queries). i would suggest a stored procedure as its compiled...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top