我正在使用多数据库,我尝试:
cursor = connection.cursor().using(profile.dbname)
cursor.execute('select id_retorno from prc_sequenciadora(' + str(profile.idempresa) + ', "VENDA_PEDIDO", "IDVENDA_PEDIDO", 0, 0)')# calls PROCEDURE named LOG_MESSAGE which resides in MY_UTIL Package
cursor.fetchall()
但是出现了这个错误:
/comerx/pedidos/novo/ 'Cursor' 对象的 AttributeError 没有属性 'using'
这是回溯: http: //pastebin.com/CD7B8BxJ
谢谢大家