Hi

Been searching the forums, doc and all mighty Google for 3 days straight but can't seem to get this answer, so I turn to you guys n gals for answer.

Overview:
I want "APPLICATION A" to act as an admin application and hold the SQLITE database.
I want "APPLICATION B" to act as a client application and connect to the database in "APPLICATION A".

is this possible with SQLITE?

I do not want to have a 3rd application like a standalone SQL server (read MySQL), mainly want the APPLICATION A to act as both the SQL server and admin application.

Answer appreciated a lot!
// Aji