Bo M. Maryniuck wrote: > def useDco2(): > db = self.zdbc._v_database_connection.db > db.cursor.execute('select "foo" from dual') > > return db.fetchall() bear in mind that this won't work once the thread pool stuff has landed, and trying to do something similar will probably land you in a lot of deep doo-doo... Chris