En Fri, 07 Oct 2011 02:18:04 -0300, masood shaik <masood....@gmail.com>
escribió:
can u please tell me how we can connect to database without changing
the permission of db file using sqlite3
The OS user who executes the Python script must have read (and write,
usually) access to the database file - *any* OS user who can read the
database file can connect to it.
sqlite does not have internal users, and does not implement GRANT/REVOKE
statements.
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list