views:

55

answers:

1

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 ?

+1  A: 

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

You can start by reading the documentation about transaction

Hugues Van Landeghem
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