天软金融分析.NET函数大全
>
TSL函数
>
资源访问函数
>
数据库访问函数
SQLCommit
复制链接
简述
提交事务。
定义
SQLCommnit(DBAlias:String):Integer;
参数
名称
类型
说明
DBAlias
String
数据库别名。
返回
返回值
说明
-1
无事务或者通过别名连接数据库失败。
-2
表示发生异常。
0
表示提交后无事务。
1
表示提交后还在事务中。
相关
ExecSQL
SQLBeginTrans
SQLInTrans
SQLCommit
SQLRollBack
SQLErrorMsg
SQLCloseConn
数据库配置
Openforwardonly模式