[Zope] RE HELP -> Non-Transaction Tables couldn't be rolled back
   
    Chris Keyes
     
    chrisk@nipltd.com
       
    Fri, 21 Sep 2001 10:26:25 +0100
    
    
  
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