【问题标题】:Transaction in firebird 1.5firebird 1.5 中的事务
【发布时间】:2010-10-04 12:25:37
【问题描述】:

如何使用 IB Expert 进行交易?我需要一本手册或类似的东西

begin transaction
create table someTable(a int,b int)
insert into someTable values(1,2)
insert into someTable values(3,4)
commit transaction

但在 Firebird 中工作以查看语法。

【问题讨论】:

    标签: sql transactions firebird firebird1.5 ibexpert


    【解决方案1】:

    尝试在update或insert语句后做:

    commit work;
    

    在单独的查询中执行

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-05-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多