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...
|