scripter73
Programmer
Hi,
I know I should probably pick up a book instead, but I thought I'd ask the community.
Has anyone every seen a query statement as the following:
<cfquery name="getDaily" datasource="#request.dsn#">
-- #SCRIPT_NAME# #session.username#
Select statement.....
</cfquery>
In my years of using cfquery, I haven't seen the SQL preceded with the above. Can anyone explain its use?
Thanks in advance.
scripter73
Change Your Thinking, Change Your Life.
I know I should probably pick up a book instead, but I thought I'd ask the community.
Has anyone every seen a query statement as the following:
<cfquery name="getDaily" datasource="#request.dsn#">
-- #SCRIPT_NAME# #session.username#
Select statement.....
</cfquery>
In my years of using cfquery, I haven't seen the SQL preceded with the above. Can anyone explain its use?
Thanks in advance.
scripter73
Change Your Thinking, Change Your Life.