Re: [sqlite] Disabling locking?

2006-09-22 Thread He Shiming
I want to use SQLite with only one user executing queries sequentially , so I don't need locking. Is there a simple way to completely disabling locking? Specific instructions if possible please, thanks... There are two kinds of locks. First one is a file lock, as in functions returning

[sqlite] Disabling locking?

2006-09-21 Thread Roberto Edwins
I want to use SQLite with only one user executing queries sequentially , so I don't need locking. Is there a simple way to completely disabling locking? Specific instructions if possible please, thanks...