Steve Bergman wrote:
BTW, bonono, I finally got to the reporting part of my app and tried out the info in the link you provided me a while back to be able to do raw SQL through SQLObject. Works great! But it did demonstrate to me how I'd gotten used to the simplicity of SQLObject for doing simple DB related things. (And it was a bit jarring having to switch gears even insofar as what the fields db fields were named, e.g. "employee_phone" vs "employeePhone".)
If you use Class.q.employeePhone, that should translate to class.employee_phone in the SQL.
-- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org

