On 17 Jul 2014, at 10:47am, Sky Meena <[email protected]> wrote: > i sent a sqlite db from server to client using c program
SQLite does not involve a server. It runs on one computer and takes instructions only from that computer. > .. in this how i > set a password for the db to open in sqlite browser... SQLite Database Browser cannot handle password-protected databases, as far as I know. Use a different tool. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

