Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data update from local to online db 1

Status
Not open for further replies.

kbdci

Programmer
Jul 16, 2002
33
US
I have an MS Access database that I update on my local PC. I would like to use ASP.NET to run queries that will extract data from specific fields in the local database and use that data to update only those fields in a similar database at my website. How can I do that?

Do I have to run the ASP code from my online website or can I run it from a website that I run in an IIS on my local PC?

Thanks.

Kathy
 
Do I have to run the ASP code from my online website or can I run it from a website that I run in an IIS on my local PC?

You will have to be able to connect the the remote DB from your PC. If that's possible, then you can run the app locally.
 
I have learned that my host service does not allow remote connections to the database. If I set up my ASP code to run from the server, will I be able to access my local database? How can I specify the connection for an Access db on my local PC?

Will any of this be easier if I convert my db to SQL Server? I know I still won't be able to connect remotely, but will it be easier to connect from the host server to my local db?
 
How can I specify the connection for an Access db on my local PC?
You can't

Switching to SQL Server is a good idea, but still does not help with your connection problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top