This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Assuming I have a process which uses LightSpeed to write to an SQLite database - every now and then - Is it possible to "tell" Lightspeed to hold exclusive ownership over that said file?
The result I'm hoping to achieve is : do not allow any other process to write to that said database file while my process, using Lightspeed, is running and is writing to the said file? |
|
|
It's not possible at the LightSpeed level. There might be a SQLite option for it, but I can't find any connection string option that locks the file -- you could try asking over at the System.Data.SQLite forums though. |
|