SSIS 2008 Transaction

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
rogomax
Posts: 4
Joined: Wed 17 Sep 2008 08:42

SSIS 2008 Transaction

Post by rogomax » Mon 21 Sep 2009 07:39

Using ADO.NET SQLite driver inside a SSIS 2008 Data flow destination, if I select the Transaction property to "Required" and "IsolationLevel" to ReadCommited, the dataflow reports errors at runtime.
Transaction support is essential using SQLITE, if you need to export thousands rows. Otherwise performance are very poor.
The only way to turn round is writing a C# destination script inside the dataflow, using a transaction, making dotConnect driver useless (compared to the free SQLite driver) !

Is there a way to make transaction work ?

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

Post by AndreyR » Wed 23 Sep 2009 07:38

Could you please post here the error message and the call stack of the error?
Also I recommend you to take a look on this link, it may help.
http://faiz.kera.la/2009/08/26/ssis-tra ... -to-msdtc/

Post Reply