Re: [sqlite] Create Username and password for db

2006-03-04 Thread Clay Dowling
mohsen ahmadian wrote:
> hello all
>  how to Create User name and Password for access to db on connection
> to security db
> thank
>  Mohsen Ahmadian
> 

There are no users or passwords for SQLite.  File system security is all
that's available to you.  Your application can provide additional
security, but the database file itself can't.

Clay Dowling
-- 
CeaMuS
http://www.ceamus.com
Simple Content Management


[sqlite] Create Username and password for db

2006-03-04 Thread mohsen ahmadian
hello all
 how to Create User name and Password for access to db on connection
to security db
thank
 Mohsen Ahmadian