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

Asp in databse

Status
Not open for further replies.

vlitim

Programmer
Sep 2, 2000
393
GB

Is it possible to put asp into a database field and draw it out and then use that code to do an operation, or do I have to use include files ?
 
No, I don't think you can do that... Because if you think about how you would output it, your compiler would always be one step ahead of the code you were outputting -- you could do client side code stored in a database, but not server side.

Includes work quite nicely, anyway. ;-)

Paul Prewett
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top