How to access an external database from an Andriod Device using sqlite

I’ve been looking around everywhere and just cannot seem to find the answer. Im creating a database on an old computer I have and am going to use it as a remote server. What I need to know is how to access the database on that computer from my android device. Ive set up sqlite and can get it working viewing the database from the same computer but cant work out how to connect externally.

Any help would be much appriciated.

SQLite is not intended to work over network, you shall use MySQL in that case.

Please try google.
http://forum.unity3d.com/threads/unity-3d-android-sqlite-examples.114660/