Re: [sqlite] Protection of db file

2003-11-03 Thread Mrs. Brisby
You really need to specify _who_ you want to protect the database from; what kind of access, etc. I think the answer you're looking for is the SQLite "client" provides access control to SQLite- not the other way around- that is, you must control all clients allowed access to the database in order

RE: [sqlite] Protection of db file

2003-11-03 Thread Allan Edwards
What platform are you on? Linux or Windows Based? -Original Message- From: thomas_b_hansen2003 [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 2:04 AM To: [EMAIL PROTECTED] Subject: [sqlite] Protection of db file I need a good advice regarding protecting the sqlite db file