On 6/17/2013 9:57 AM, Vijay Khurdiya wrote:
Do we can use attach  & deattach option to read the other DB file data from 
other process.?

Yes you can, but you'd have exactly the same concurrency-related restrictions as when you open multiple connections to the same file directly. Connecting via ATTACH doesn't magically eliminate those issues - you still can't have two processes write to the same file simultaneously.
--
Igor Tandetnik

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

Reply via email to