Skip to main content
Participant
February 11, 2008
Question

Error Executing Database Query

  • February 11, 2008
  • 2 replies
  • 991 views
Hope someone might have an answer for this. I am trying to help out a friend that I wrote some CF for a while back but now they are moving to a new server and SQL server configuration. I am not sure of the specifics so if you need more to answer this question I can ask him and get you more information.

Here is the error message:

The following information is meant for the website developer for debugging purposes.

Error Occurred While Processing Request
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]The multi-part identifier "System.Web.HttpCookie" could not be bound.


Resources:
Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debugging Settings, and select the Robust Exception Information option.
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.


Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 1.0.3705; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
Remote Address 12.198.59.2
Referrer
Date/Time 11-Feb-08 08:57 AM

-----

Any help would be greatly appreciated!
This topic has been closed for replies.

2 replies

Inspiring
February 11, 2008
You could start by doing what it says on the screen in front of you:
"Enable Robust Exception Information to provide greater detail about the
source
of errors".

And you could help us to help you by *posting the code that's causing the
error*?

How are we supposed to help you with your issue with just an error message?

--
Adam
Inspiring
February 11, 2008
Could not be bound or could not be found?

Did the error message not show the sql as well?
davinci73Author
Participant
February 11, 2008
The error message did say 'could not be bound'.

Also, they didn't have the Robust Debugging Information checked so I am having them update the CF Admin and regenerate the error message.

Dan, have you seen error this before?
Inspiring
February 12, 2008
quote:

Originally posted by: davinci73
The error message did say 'could not be bound'.

Also, they didn't have the Robust Debugging Information checked so I am having them update the CF Admin and regenerate the error message.

Dan, have you seen error this before?

I've not seen that error before. I see words to the effect of "could not be found" way more often than I should.