I've an application running on my local system with local sql server database.
I've an other application running on internet (like on www.abc.com) and it has Microsoft Access database.
I just want to insert some records from local sql server to online MS Access databas.
Problem is this I can't connect to online access database from my local machine to insert or update records in it.
anybody has any idea of how to connect to an online database from local system using asp.net.