RE: Referencing a variable in a database

2002-11-07 Thread Mark Smyth
use evaluate? -Original Message- From: Russ [mailto:russ;unrealisticexpectations.com] Sent: 07 November 2002 07:55 To: CF-Talk Subject: Referencing a variable in a database All, I've got an oddity that I'm not certain how to overcome. I have an extranet system that I use a database to

RE: Referencing a variable in a database

2002-11-07 Thread brook
I believe the only way to execute code like that, from a database, would be to write the file using cffile as a *.cfm file, and then include the template. This can work okay. Bear in mind, that with CFMX this does not work as well since the page needs to be compiled and it will take longer.

RE: Referencing a variable in a database

2002-11-07 Thread Russ
- From: brook [mailto:brook;maracasmedia.com] Sent: Thursday, November 07, 2002 2:55 AM To: CF-Talk Subject: RE: Referencing a variable in a database I believe the only way to execute code like that, from a database, would be to write the file using cffile as a *.cfm file

RE: Referencing a variable in a database

2002-11-07 Thread Craig Thomas
However, when I add code of cfoutput#qClients.clientDirectory#/cfoutput/image1.jpg to the database, it doesn't display correctly--it instead shows the code. Of course not. Your asking CF to process/compile your code twice. Think about it, to do the above the CF app server would have to process

RE: Referencing a variable in a database

2002-11-07 Thread Russ
. Thanks again, Russ -Original Message- From: Craig Thomas [mailto:craig;januzzithomas.net] Sent: Thursday, November 07, 2002 7:03 AM To: CF-Talk Subject: RE: Referencing a variable in a database However, when I add code of cfoutput#qClients.clientDirectory#/cfoutput/image1.jpg