I'm working on a TCL binding of SQLite database, which is sitting somewhere
in a shared folder at my company.  Few would write to it, but many others
will read from it.  Therefore, in order to protect that database (and other
files in the same location) from accidents, the few that will write to it
have "read/write" permission to that folder, and all others have just
"read" permission.  I quickly discovered that those with only "read"
permission to that folder cannot access the SQLite database to be able to
read from it!  Is this the expect behavior?

example:

% package require sqlite
2.0
% sqlite db [S:/database/db.sql]
cannot open S:/database/db.sql

Any ideas or suggestions are appreciated.

-Shamil D.



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]

Reply via email to