View Single Post
Old 08-05-2006, 04:50 PM   #3
barney
Senior Member
 
barney's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 203
barney is on a distinguished road
Send a message via ICQ to barney Send a message via AIM to barney Send a message via Yahoo to barney
Default

The error Karl was getting was "not a valid MySQL result resource". A
record-set with zero rows is still a valid resource. The error message
means there was an error in the MySQL query itself.
Karl, since you are spanning databases, it may be that your ORDER BY
expression does not reference a database name, like all your other
values. Just a first guess...
barney is offline   Reply With Quote