Yes and Yes


Once it is saved into the DB such as the following into a field called:
myCode :


<CFOUTPUT><CFSET myName = "Randy">#myName#</CFOUTPUT>

When you call it from the DB to be ran on the server:


<CFOUTPUT QUERY="qGetMyCode">
  #EVALUATE(qGetMyCode.myCode)#
</CFOUTPUT>


-----Original Message-----
From: Eric Jones [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:45 PM
To: CF-Talk
Subject: CF in a database

I posted this on CF-Newbie as well. Sorry for the cross post.

Hey all,
    I'm wondering is it possible to store CF Code in a database and then
have the CF server execute it when it's extracted? if so can you give me a
working example??

ERJ
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to