4 Jul
2001
4 Jul
'01
9:49 p.m.
Hi there, I haven't used Zope for a few months - I'm now using Python scripts instead of the Python method product. They don't appear to be too dissimilar, but I'm having a little trouble trying to execute an SQL query from a script. In a Python method it would be something like: db_conn = self.Gadfly_database_connection() // generate SQL result=db_conn.query(updatePersonSQL) This doesn't work in a script though. Could someone how to estabish a connection and execute a query? Thanks in advance. - Best regards, Lee