Re: [sqlite] How to secure SQLITE

2006-03-01 Thread Clay Dowling
Hakan VELIOGLU said: > Hi, > > I have a server that users are accessing it with ssh and publishing their > web > sites. What I want is a database support with less effor. So, > SQLite is a very good option for me to decrease the management tasks for a > database support. However, I searched the SQ

Re: [sqlite] How to secure SQLITE

2006-03-01 Thread Jay Sprenkle
> > I have a server that users are accessing it with ssh and publishing their web > sites. What I want is a database support with less effor. So, > SQLite is a very good option for me to decrease the management tasks for a > database support. However, I searched the SQLites's web site for security

Re: [sqlite] how to secure SQLite database

2005-10-05 Thread Ulrik Petersen
Greeting sailendra, sai kalyanam wrote: Greetings all, can you pls any help me how to secure sqlite database. there is no userid and password to open the database. what are the security issues in SQLite database. can you pls help in this issue. You need to encrypt your database. Dr. H

Re: [sqlite] how to secure SQLite database

2005-10-05 Thread Martin Engelschalk
Hi, sqlite does not know users. You can restrict access using the file privileges for the database - file (chown / chmod). If you want users/passwords in your application, you have to implement this in your application. Martin sai kalyanam schrieb: Greetings all, can you pls any help me