How to get autokey in PySQLPool
import PySQLPool
insert = PySQLPool.getNewQuery(connection = connection)
autokey= insert.lastInsertID
Labels: python programming mysql
import PySQLPool
insert = PySQLPool.getNewQuery(connection = connection)
autokey= insert.lastInsertID
Labels: python programming mysql
0 Comments:
Post a Comment
<< Home