Yes, I am aware of this, also I am the only one with access to my SQL
server.


Robert J. Bailey
(646) 526-4536


-----Original Message-----
From: Jann VanOver [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 4:04 PM
To: CF-Talk
Subject: RE: Can I run CFML code that I pull form my database?


And PLEASE be aware that this is potentially very dangerous.  Do YOU have
full control over what goes in and out of the database?  Be aware of your
risks before you take this action.

-----Original Message-----
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 12:46 PM
To: CF-Talk
Subject: Re: Can I run CFML code that I pull form my database?


Wrap the string from SQL Server in an #Eval()# statement.  It'll take a bit
of escaping a whatnot, but it should
work.

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

"Robert J. Bailey" wrote:

> OK, here is what I am doing. I am executing a stored procedure which grabs
> some code from my SQL server and then displays it on the page. Mostly what
> this is for is my forms, which I would like to keep in the DB so I can
> easily change them. The problem being that the CFFORM tag as well as my
> CFINPUT tags do not execute when doing this and it displays the tag
<CFFORM>
> etc in the browser. I am not good at explaining things so if I did not do
a
> good enough job trying to ask this question, please let me know. Thanks
for
> all that will have a solution that I can implement.
>
> Robert J. Bailey
> (646) 526-4536
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to