When you say "send it" do you mean you can mount the server file system?
 
If so, just attach a database table on the server and copy your database over 
to it.  The server can then copy it into memory.  You just need some sort of 
notification method (like a table with a boolean) to show who has control.
 
http://sqlite.phxsoftware.com/forums/p/285/285.aspx
 
 
 
Michael D. Black
Senior Scientist
Northrop Grumman Mission Systems
 

________________________________

From: sqlite-users-boun...@sqlite.org on behalf of Subhadeep Ghosh
Sent: Tue 7/6/2010 10:27 AM
To: sqlite-users@sqlite.org
Subject: EXTERNAL:[sqlite] Reg: In Memory Database Using SQLite



Hello People,

I was creating a server and a corresponding client application, in which the
I'm using SQLite for both the client and the server. The tricky part in this
setup is that the client is not required to store the database file with
itself, but it fetches it from the server, does whatever it needs to and
sends it back to the server (and the server stores it).

I'm aware that SQLite offers the functionality of in-memory databases, but I
don't know how to read the data and send it over the wire to the server or
how to push the data into the in-memory database of the server.

It would be great if someone could help me on this one.

Thank you and regards,
Subhadeep Ghosh.
_______________________________________________
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