数据库代理服务器
我使用sql server代理服务器,自动调度作业,作业自动运行了,可数据库里没有保存记录.而当我手动的数据库里就有了记录~~
我的设置也没有问题,那会是什么原因?
[解决办法]
make sure the Connection 's autosubmit property is true
or you should commit your operations manully
发布时间: 2012-03-13 11:21:12 作者: rapoo
数据库代理服务器
我使用sql server代理服务器,自动调度作业,作业自动运行了,可数据库里没有保存记录.而当我手动的数据库里就有了记录~~
我的设置也没有问题,那会是什么原因?
[解决办法]
make sure the Connection 's autosubmit property is true
or you should commit your operations manully