From:
<car...@te...> - 2004-12-31 19:53:07
|
Hello: > FbTransactionOptions opt = FbTransactionOptions.Wait | > FbTransactionOptions.ReadCommitted | > FbTransactionOptions.NoRecVersion; > txn = connection.BeginTransaction(opt); Why you are not using the BeginTransaction() overload ?? it uses this options: FbTransactionOptions.Write FbTransactionOptions.Wait FbTransactionOptions.ReadCommitted; FbTransactionOptions.NoRecVersion; -- Best regards Carlos Guzmán Álvarez Vigo-Spain "In the end there can be only one" (Highlander) |