I'm contemplating using the TCL binding of sqlite, but the database is to
be located in a shared folder and about 100 users will be accessing it for
read/write purposes. I would like to take some time to learn as much as
possible to safeguard the database from getting corrupt due to several
users accessing it at the same time. However, the sqlite website
"http://www.sqlite.org/cvstrac/wiki?p=WhenToUseSqlite" says:
“A good rule of thumb is that you should avoid using SQLite in situations
where the same database will be accessed simultaneously from many computers
over a network filesystem.“
I have 3 questions:
1. From the above statement, Am I right to assume that sqlite is not for
me?
2. If sqlite is feasible for my purpose, where can I find good
information to avoid ending up with a corrupt database
3. The TCL binding I downloaded says version 2.0 and I do not have a C++
compiler, where can I get the most recent binary of TCL sqlite?
Thanks.
The information transmitted is intended only for the person(s)or entity
to which it is addressed and may contain confidential and/or legally
privileged material. Delivery of this message to any person other than
the intended recipient(s) is not intended in any way to waive privilege
or confidentiality. Any review, retransmission, dissemination or other
use of , or taking of any action in reliance upon, this information by
entities other than the intended recipient is prohibited. If you
receive this in error, please contact the sender and delete the
material from any computer.
For Translation:
http://www.baxter.com/email_disclaimer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]