On 9/23/06, Ton Kuypers <[EMAIL PROTECTED]> wrote:

I even removed all extra stuff and just sent the query (giving the
correct result in CocoaMySQL) using the revDataFromQuery command, but
I keep on getting the same (incorrect) result :-(


Do you get incorrect data when you run revDataFromQuery from the message
box?

Are you using the DB Query builder, harder to troubleshoot, or is this all
hand generated?

When I've experience something similar it is usually because I use global,
local and temporary variables of similar names and occasionally use one out
of context:
gMyDbSqlQuery,lMyDbSqlQuery,tMyDbSqlQuery
gMyDbData,lMyDbData,tMyDbData

Those t's and 'ls can be hard to distinguish with a quick glance at the
Variable Watcher, but obviously some contain newer data and others older.

HTH
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to