Page 1 of 1

System.Transaction Support

Posted: Fri 12 Jun 2009 02:17
by Alfredo
Hi,

I'm migrating a project from SQL Server to Postgre, and we already use the System.TRansaction to manage our transction in a "Business Objects" layer.

Did the DotConnect for Postgre has Support for the Sytem.Transaction ?

Is there a documentation about this support ?

Thank you,

Alfredo

Posted: Fri 12 Jun 2009 16:00
by Shalex
Please use the Devart.Data.PostgreSql.PgSqlTransaction class. Our online documentation is available at http://www.devart.com/dotconnect/postgresql/docs/.

Posted: Fri 12 Jun 2009 17:26
by Alfredo
That means DocConnect dos nos support the System.Transaction ?

If this is true, I can't use this connector, because we must use the System.Transaction.

This is important so we can decide to bu or not the DotConnect provider, this is our first option.

Thank's

Posted: Tue 16 Jun 2009 11:35
by Shalex
Devart.Data.PostgreSql.PgSqlTransaction inherits from System.Transaction and contains all the System.Transaction functionality.

Maybe you are interested in the TransactionScope support?

Transaction Scope

Posted: Wed 22 Jul 2009 13:54
by ak
Hi,

I'm waiting for the Transaction Scope Support.

Do you have any notice? Estimated Time for the first release?

Posted: Wed 22 Jul 2009 14:23
by AndreyR
No timeframe is available at the moment. We are working on the TransctionScope support.

Posted: Thu 06 Aug 2009 14:54
by AndreyR
The TransactionScope support is available in the latest 4.55.39 version of dotConnect for PostgreSQL.