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!

Complex SQL Query

Status
Not open for further replies.

alan2624

Programmer
Mar 26, 2002
16
0
0
US
Has anyone come accross this.

Running a cfquery through CFMX and getting one set of data

and then running the exact same query (from the debugging information) in SQL Query Analyzer and getting different results?

The query uses multiple CASE statements.
 
Post the exact query code you're running through CFMX... because its a "complex" query, you're likely using a variable in the where statement somewhere... Maybe you're assuming the variable to be one thing and it isn't..

And yes, I've had CFMX not return anything or error completely when the exact same where works in SQL..

There are bugs with the driver DataDirect.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top