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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql functions in cfquery

Status
Not open for further replies.

ddfff

MIS
Sep 27, 2002
125
0
0
US
I have a userdefined sql function called propercase.

when I execute a query from enterprise manager,

select propercase(firstname) from names

it works.

When I try and use it in cfquery tag, it does not recognize the function.

What can I do?
 
Your code looks fine to me. hint, hint. :)

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
Write a stored procedure and just execute it from CF, or recreate the UDF in CF.



Hope This Helps!

Ecobb
Beer Consumption Analyst

"My work is a game, a very serious game." - M.C. Escher
 
Write a Stored Procedure on the database and just execute it from CF, or recreate the UDF in CF.



Hope This Helps!

Ecobb
Beer Consumption Analyst

"My work is a game, a very serious game." - M.C. Escher
 
Crap! I knew that was going to happen! (-:



Hope This Helps!

Ecobb
Beer Consumption Analyst

"My work is a game, a very serious game." - M.C. Escher
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top