I have code that uses the native API for SQL (as opposed to sqlYoga) because I 
have to do some joining that I do not know how to do with sqlYoga. The query 
string looks like this: 

select 
fileid,filename,fileversion,filecategory,custid,siteid,deviceid,serviceid,softwareid,parentidlist,filemodified,tempfilemodified,tmpfilesmodified,checkoutid,checkoutname,checkoutpath,rfapath,lastupdate,updateby
 
from files t1 
where custid = 56;

When I execute this query in mySQLWorkbench, I get 6 records. When I use the 
native API: 

put revQueryDatabase( tDBID, tSQL) into tCursor

Then I get the revNumberOfRecords(tCursor), but it’s only 5!!!!!

The same query gets 6 using mySQLWorkbench and only 5 are counted in the 
cursor! 

Please tell my I haven’t stumbled across a Lex Luther universe! 

Bob S

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

Reply via email to