Tek related to this problem:
MS access 2003
CFMX 6.1 (jrun mapped to Apache 2.0.x)
WinXP
you're probably thinking maybe it's got something to do w/ the server mapping-- but, i'm using the same setup on a Windows Server 2003, w/ the same result-- as the error appears to have origin at Access ODBC db.
but before i talk you out of it, here's the markup from the ColdFusion document:
and the error i'm getting is like so:
(please see URL for 'attachment')
what do you recommend? is there something else i could show you to help you to help me?
thank you!!
MS access 2003
CFMX 6.1 (jrun mapped to Apache 2.0.x)
WinXP
you're probably thinking maybe it's got something to do w/ the server mapping-- but, i'm using the same setup on a Windows Server 2003, w/ the same result-- as the error appears to have origin at Access ODBC db.
but before i talk you out of it, here's the markup from the ColdFusion document:
Code:
<cfquery name="getschools" datasource="mod">
SELECT schools.school_name
FROM schools
WHERE schools.key = '#session.school_id#'
</cfquery>
<cfset variables.school_name="#getschools.school_name#">
<cfset session.school_name="#getschools.school_name#">
and the error i'm getting is like so:
(please see URL for 'attachment')
what do you recommend? is there something else i could show you to help you to help me?
thank you!!