我必须在 isql 中提供什么语句才能关闭自动提交?

What is the statement which I have to give in isql so that autocommit is off?

我使用 sybase ase 16。我必须在 isql 中提供什么语句才能关闭自动提交?

set chained on -- 启用链式事务模式(又名自动提交关闭)

set chained off -- 禁用链式事务模式(又名自动提交); ASE 中的默认值

select @@tranchained -- 查看当前模式(0=未链接;1=链接)

isql -Y -- 连接到启用链接的 ASE;默认(即没有'-Y')被禁用链接