0

I am using InterBase and FireBird SQL in C# .net Enviroment.

I would Like to use Transaction Scope in my program.

How to do that Effectively with InterBase-FireBird ?

Any Idea ?

Hugues Van Landeghem
  • 6,755
  • 3
  • 34
  • 59
Posto
  • 7,362
  • 7
  • 44
  • 61

1 Answers1

1

For Firebird you have to use the Firebird .net data provider.

You can start by reading the documentation about transaction

Hugues Van Landeghem
  • 6,755
  • 3
  • 34
  • 59
  • 1
    I think the original question was asking whether Firebird supported implicit transaction flow management provided using the System.Transactions.TransactionScope class. Your links don't address that question. – dthrasher Mar 04 '10 at 22:11