Skip to main content
Inspiring
January 30, 2009
Answered

Help On Binding CFC

  • January 30, 2009
  • 2 replies
  • 415 views
I have been trying to get this to work for the past 6 hours and It keeps throwing errors,
See attached code.
The first Select dropdown is getting all the records on load with no problem. But when I select a new record from the 1st Drop down so that the second dropd own will be loaded, I get an error message, there is an executing database query
    This topic has been closed for replies.
    Correct answer Dan_Bracuk
    Write a cfm page that uses cfsetting to turn on de-bugging. Put the cfstoredproc tags in it and hard code some values for your arguments.

    If it works, try to invoke your function with the same values as arguments.

    2 replies

    Dan_BracukCorrect answer
    Inspiring
    February 2, 2009
    Write a cfm page that uses cfsetting to turn on de-bugging. Put the cfstoredproc tags in it and hard code some values for your arguments.

    If it works, try to invoke your function with the same values as arguments.
    Inspiring
    January 31, 2009
    What's the error you get?
    eziokoloAuthor
    Inspiring
    February 2, 2009
    Never mind the problem is solved for now. It was permission error for the stored procedure.