PDA

View Full Version : Networking with a db


jfxwave
04-09-2006, 04:55 PM
I have a question about networking with a db. (SQLite)

If i'm using a db on a network and someone else trys to use the same db how would it act?

I know my project only opens it for a second or two but i'm sure one time i will try to open it at the same time the other person has it open.

I use a db browser and sometimes i make changes and forget to save it and the browser hold the db open and when i try to do something in my project it gives me an error about the db cannot be found or is locked.

How would i get around this with the network part?

found this after post - sorry about this
http://www.indigorose.com/forums/showthread.php?t=15122&highlight=network+sqlite