21 Sep
2001
21 Sep
'01
9:26 a.m.
Hi Brian If I remember correctly I had this problem last week, and Andy Dustman who helped us out in the Zope-DB list had this solution... If your using the ZMySQL database adapter, start your conection string with a "-". This disables transactions :-) so -database@server.domain username password ..... Putting a space after the - caused problems... Anyway hope that helps ;-) ChrisK