我是用boost C++访问postgresql数据库的,
执行:select "posNo" from freeterminal where "id"='101'
出现错误如下:
Error executing query . Attempt to activate transaction<READ COMMITTED> 'newTransaction' which is already closed
这是为什么?
请各位指点。
...全文
4415打赏收藏
postgresql错误
我是用boost C++访问postgresql数据库的, 执行:select "posNo" from freeterminal where "id"='101' 出现错误如下: Error executing query . Attempt to activate transaction 'newTransaction' which is already closed 这是为什么? 请各位指点。