Saturday, November 21, 2009

Gene function database

How to get autokey in PySQLPool

import PySQLPool
insert = PySQLPool.getNewQuery(connection = connection)
autokey= insert.lastInsertID

Labels:

<