Well to run a <cfquery> I must include a "password" attribute, etc except I have a local server ? yes / no
I read ALL the textbook
MACROMEDIA CF, 2002 course.com
Well to run a <cfquery> I must include a "password" attribute, etc
except I have a local server ? yes / no
May use/include a file dbinfo.cfm with all my passwords etc , and use
these passwords as variables in <cfquery>,...etc ? this is more secure ?
I must include vars in <cfscript> tag OR many <cfset> tags ?
If I had
<cfscript>
...
password='gf56SDRPO999';
...
</cfscript>
HOW TO INCLUDE THIS VAR IN <cfquery password=#password# ...> this is correct ?
