Skip to main content
September 24, 2013
Answered

Querying a datasource using this format - {call displayLocation()}?

  • September 24, 2013
  • 1 reply
  • 628 views

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>

This topic has been closed for replies.
Correct answer

Bah, figures. A half hour later I find what I'm looking for. It's just another MSSQL Server SP.

1 reply

Correct answer
September 24, 2013

Bah, figures. A half hour later I find what I'm looking for. It's just another MSSQL Server SP.