ADO连接Sybase的问题
ADO通过ODBC连接sybase数据库
connectionstring=Provider=MSDASQL.1;Password=mima;Persist Security Info=True;User ID=sa;Data Source=LookUp;Initial Catalog=Lookup;WorkArounds2=24
在不启动事务的情况下,select,insert,update,delete都能成功,启动事务之后,提交数据时提示:数据提供程序或其他服务返回 E_FAIL 状态。
请问,如何解决?