Re: [Zope-DB] Another problem with Zope-Mysql

2005-05-02 Thread bobb
When I run windoze / mysql / zope all from windoze (more than i'd like to admit) I run zope from "generic" python that the mysql python package finds in the registry... (this is used for non-zope python stuff)... my2c / hth bobb - Original Message - From: "Cliff Ford" <[EMAIL PROTECTED

RE: [Zope-DB] dumb INSERT Question

2005-05-02 Thread Michael Schwartz
This was the answer! I changed it to: Arguments: userId roleId Voila! Thank you so much!!! I was completely losing it last night. I thought my Zope server was broken. - Mike >> >> I have a Z SQL method that looks like this: >> >> Arguments: userId, roleId > Parameters should be separated b

Re: [Zope-DB] dumb INSERT Question

2005-05-02 Thread Charlie Clark
On 2005-05-02 at 02:29:53 [+0200], Michael Schwartz <[EMAIL PROTECTED]> wrote: > Arguments: userId, roleId > > INSERT INTO UserRoles > (Id_User, > Id_Role) > VALUES > (, > ) > > I test the method: > UserId 14 > RoleId 12 > > I get back: > > Error, exceptions