[Zope-dev] saving dictionaries in MySQL database with using existing connection

2002-08-13 Thread Axel Bock
Hi again, I have a little problem: I have to save a dictionary object in a MySQL database. For this I have a MySQLDatabaseConnection in my folder, and I want to use this for database access. Now I don't know how I use this connection to save my dict over it. Am have succeeded in using queries

[Zope-dev] ZSQLMethod is stupid :o|

2002-08-14 Thread Axel Bock
Hi again, I tried the suggestion of Leonardo, but I got one simple - but nonetheless annoying - problem right now: I defined an SQL method with the two parameters title and plicense. Now if I call self.save_license(something, something_else) he keeps complaining missing input