Db Locked error..

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
ROCKSTAR12
Posts: 1
Joined: Sun 04 Nov 2012 10:08

Db Locked error..

Post by ROCKSTAR12 » Sun 04 Nov 2012 10:12

Hi,

I have read numerous thread here regarding this error and most of them suggested to use connection string builder.

I have multi threaded application and it directly gives me db locked error as i havent implemented those suggestions yet. But here i have created new instance of connection class for every thread. (that class creates connections automatically) then still y i am getting those errors?

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

Re: Db Locked error..

Post by Shalex » Fri 09 Nov 2012 13:06

Have you implemented suggestions for multi threaded application from the thread http://forums.devart.com/viewtopic.php?f=29&t=20669? If this doesn't help, please send us a small test project so that we can reproduce the issue in our environment.

JIC: working with the same database file from multiple processes is discussed at http://forums.devart.com/viewtopic.php?f=29&t=21329.

Post Reply