Re: [Zope] In desparate need of some help

2001-01-16 Thread Jonothan Farr
Not sure why you're crashing but your SQL looks incorrect and incomplete. It should be something more like: select * from songdetails where some_field='' and some_other_field = 2000 ... ; Hope this helps, --jfarr - Original Message - From: "alankirk" <[EMAIL PROTECTED]> To:

Re: [Zope] In desparate need of some help

2001-01-16 Thread jpenny
On Tue, Jan 16, 2001 at 11:40:21PM -, alankirk wrote: > Hi there, i am new to zope and i'm in need of some help. I'm using zope as part of >my final year project for university. I am using zope with a database i've >constructed using MySQL. I've been having trouble sending queries to MySQL

Re: [Zope] In desparate need of some help

2001-01-16 Thread Curtis Maloney
On Wednesday 17 January 2001 10:40, alankirk wrote: > > Hi there, i am new to zope and i'm in need of some help. I'm using zope > as part of my final year project for university. I am using zope with a > database i've constructed using MySQL. I've been having trouble sending > queries to MySQL