Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
Hello, 

I have an application in c# with access database. 

I want to transfer the info from access database in a online database.

My application is used in 18 different locations with different database.

Can you give me a starting point?

The better solution for doing this, some articles to read.


What I have tried:

I rea some information about online database, and I will use the service provide from gearhost.com.
Posted
Updated 17-Feb-16 20:38pm

1 solution

You need to change your architecture if you are going to go to a web hosted database (online). You need to change your database to a SERVER database (SQL Server or MySQL).

You need to implement a web service to transfer the data between your database and the winforms client (WCF or Web API).

These need to be hosted somewhere. You also need to have reasonably strong security to protect your data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900