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 to provide
mandatory access.


On Mon, 2003-11-03 at 03:04, thomas_b_hansen2003 wrote:
> I need a good advice regarding protecting the sqlite db file. 
> 
> I know that sqlite do not support "User Accounts" but someone must 
> have had the same need. 
> 
> If several users must have onlæine access to the db file, how can i 
> do this.
> 
> Encryption is not my favorite solution.
> 
> I hope some of you have a good idea.
> 
> thomas
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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. 

I know that sqlite do not support "User Accounts" but someone must have had
the same need. 

If several users must have onlæine access to the db file, how can i do this.

Encryption is not my favorite solution.

I hope some of you have a good idea.

thomas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]