[Gambas-devel] Mysql Issue?
    Ron 
    ron at ...572...
       
    Mon Oct 17 20:04:50 CEST 2011
    
    
  
This works:
  rResult = Main.hDB.Exec("SELECT * FROM events WHERE enabled IS TRUE ORDER
BY name")
This doesn't return records where enabled = TRUE
  rResult = Main.hDB.Exec("SELECT * FROM events WHERE enabled IS &1 ORDER BY
name", TRUE)
I didn't expected this, correct?
Gambas2, Ubuntu 11.04
Regards,
Ron_2nd.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20111017/56c976bd/attachment.html>
    
    
More information about the Devel
mailing list