I'm developing an application, for single users, using python and wxpyton with 
pysqlite.  I often go into the database via sqlite3 to modify stuff or add 
records to tables for testing.

The db file is stored on a seagate goflex device as my kinda file server.  on 
that device I can open the db to read but not to write to.  I need to 
copy/move the db to the local drive and modify it there, then copy the db back 
to the network drive.

I'd like to be able to open and write to the db without going through all 
that.  There must be some sort of network file locking I don't see.

So, how can I unlock the file for writing to the network file?

Thanks, 

Mark
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to