|
Next
Previous
Contents
2. Trouble with ZMySQLDA2.1 I installed MySQLdb but ZMySQLDA can't find it.Probably you installed a binary version of Zope which comes with it's own Python interpreter. You will have to compile MySQLdb against that particular Python installation. Find out where it's python binary lives and use that to run setup.py. 2.2 I'm getting these stupid L's on my INTEGER columns.Yup, they have to be converted to long integers to avoid overflows
on UNSIGNED INT columns. Solutions: Use a 2.3 I get SQL syntax errors on a LIMIT clause, and I didn't put in a LIMIT clause!Z SQL Methods have a
Next Previous Contents |