i sent a  sqlite db from server to client  using c program .. in this how i
set a password for the db to open in sqlite browser...


On Fri, May 9, 2014 at 6:05 PM, Simon Slavin <slav...@bigfraud.org> wrote:

>
> On 9 May 2014, at 1:23pm, Sky Meena <sky.me...@gmail.com> wrote:
>
> > i working in server client... c program. i need to transfer db from
> server
> > to client. in udp socket .. i to send a db.
>
> SQLite does not involve a server or a client.  All processing and access
> of the database is done inside your application.  It does not communicate
> over IP, or use a socket, or anything like that.
>
> You can write your own server if you want, and many people have.  Or if
> all you want is to send an entire database, you can use any method which
> would send a text file from one computer to another.  For SQLite, if no
> program is accessing a database then the database is just one file.
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to