If you're using ASP.NET I'd suggest using the ADO.NET wrapper available
here:  http://sqlite.phxsoftware.com/

It's an excellent implementation of ADO.NET for SQLite and would be far less
trouble than using sqlite directly from .NET code.

HTH,

Sam

-------------------------------------------
We're Hiring! Seeking a passionate developer to join our team building
products. Position is in the Washington D.C. metro area. If interested
contact [EMAIL PROTECTED]
 
-----Original Message-----
From: mniknezhad [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 26, 2007 4:43 AM
To: sqlite-users@sqlite.org
Subject: [sqlite] open an open sqlite database !!!


i use dlls to connect to sqlite db(in asp.net).
i have a problem:
when the database file (sample.db) is opened 
with a windows application (and in use - not closed),
i can not open that database with a web application. 
in other words : 
how can i open an opened database with a web application?

tanx


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to