Hi,
I have an application running on CF7 and tried to move to OpenBD.
In my application.cfc I have
...
<cffunction name="onRequestStart" output="false" returnType="void">
                  <cfset request.datasource = "xxx">
</cffunction>
....
And in my .cfm page I have
<cfquery name="getData" datasource="#request.datasource#">
....
</cfquery>
Like that it throw request.datasource doesn't exist.
This error has been logged to bderror47291.html.
If I enter instead the right name for the datasource no problem.

Thanks for you help.
Pierre-Olivier



--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to