Hello Ramesh,
Sqlite3 hasn't a user/psw authentication. If you want to limit the access you should crypt the database using:
1 - the SEE encryption module
2 - or the variour crypt add-ons available
3 - or crypting the data from yourself
The 1 and 2 methods are obviusly preferrable if you want provide odbc facilities.