Answered
Querying a datasource using this format - {call displayLocation()}?
I've inherited a CF app and surprisingly I've never encountered calling a function or stored prodcedure like this before. I'm having trouble locating the datasource, I'm guessing it may be an Access db?
<cfquery datasource="mydsn" name="myvariable">
{call displayLocation()}
</cfquery>
