System.Transaction Support

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Alfredo
Posts: 2
Joined: Fri 12 Jun 2009 02:12

System.Transaction Support

Post by Alfredo » Fri 12 Jun 2009 02:17

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 12 Jun 2009 16:00

Please use the Devart.Data.PostgreSql.PgSqlTransaction class. Our online documentation is available at http://www.devart.com/dotconnect/postgresql/docs/.

Alfredo
Posts: 2
Joined: Fri 12 Jun 2009 02:12

Post by Alfredo » Fri 12 Jun 2009 17:26

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 16 Jun 2009 11:35

Devart.Data.PostgreSql.PgSqlTransaction inherits from System.Transaction and contains all the System.Transaction functionality.

Maybe you are interested in the TransactionScope support?

ak
Posts: 2
Joined: Thu 11 Jun 2009 21:16

Transaction Scope

Post by ak » Wed 22 Jul 2009 13:54

Hi,

I'm waiting for the Transaction Scope Support.

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 22 Jul 2009 14:23

No timeframe is available at the moment. We are working on the TransctionScope support.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 06 Aug 2009 14:54

The TransactionScope support is available in the latest 4.55.39 version of dotConnect for PostgreSQL.

Post Reply