So i have been searching all the net but haven't exactly found what I'm looking for and I'm starting to believe that it is impossible.
The problem is that I have a local MS SQL Server stored on my notebook. What I would like to do is an android application that can actually access this database from anyplace in the world (so to speak).
I have found this tutorial which connects to MySQL (I can edit it to connect to MS SQL). However this tutorial makes use of a database on a remote server and not a local.
http://downloadandroid.info/2010/05/how-to-connect-to-mysql-database/
Any help is greatly appreciated.