本地一个Windows窗体应用程序的在线数据库

本地一个Windows窗体应用程序的在线数据库

问题描述:

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.





我的尝试:



我rea有关在线数据库的一些信息,我将使用来自gearhost.com的服务。



What I have tried:

I rea some information about online database, and I will use the service provide from gearhost.com.

如果你要去一个你需要改变你的架构网络托管数据库(在线)。您需要将数据库更改为SERVER数据库(SQL Server或MySQL)。



您需要实现Web服务以在数据库和winforms之间传输数据客户端(WCF或Web API)。



这些需要托管在某个地方。您还需要具有相当强大的安全性来保护您的数据。
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.