From: Oleg B. <ph...@ph...> - 2008-02-04 15:57:44
|
On Mon, Feb 04, 2008 at 02:47:48PM +0530, vishnu wrote: > My problem is that i get occational "Database is locked error". By this error I can guess you are using SQLite as the backend. I don't know a way to fix or overcome the problem with SQLite. I have been developing a few commercial programs that use SQLObject. For small customer where there are only 1 or 2 clients applications I use SQLite as the backend. But for larger installations where I need to install more client applications connected to one backend I use a real database server. I use PostgreSQL but you can use whatever suites your needs - PostgreSQL or MySQL, e.g. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |