> I'm trying to run the following query:
...
> member_id=%s AND expire_date > NOW() AND completed=1 AND (product_id

Shouldn't you be using the bind variable '?' instead of '%s' ?
(I'm asking because I'm not entirely sure how the execute command is
doing the substitution)

-Dave
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to