On Aug 9, 2010, at 2:21 PM, Jim Byrnes wrote:

> Using the tutorial.sqlite package I downloaded from the website if in 
> HoursBizobj.py I do: self.addWhere("billed=false")  I get this error:
> 
> Dabo Error Log: Mon Aug  9 12:26:28 2010: Database Execution failed with 
> response: no such column: false


        Python is case-sensitive. Try changing it to:

self.addWhere("billed=False")

...and see if that makes a difference.



-- Ed Leafe



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to