Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Undefined Function in expression

Status
Not open for further replies.

carefully

Programmer
Mar 14, 2000
8
CA

I have an Access query, qryA, which produces an output which includes a column 'season' e.g 1993/4 based on a function 'FX_Season' which does a date comparison.

Everything works fine in Access but when I attempt to set up
a CFQUERY utilizing qryA I get the error "Undefined function 'FX_Season' in expression"

Is there anyways round this. I don't want to have to make
an Access table based on qryA [sig][/sig]
 
maybe it's a synonym problem : which username does coldfusion uses when it logges on your db ??
if not, maybe you should use <cfstoredproc ..> tag ! [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top