通过桌面应用程序连接到服务器数据库

问题描述:

大家好,

我正在VB.NET 2008中工作,并且我还开发了一个网站.

现在,我想通过我的桌面应用程序软件(在VB.NET中开发)更新在线(MS Access 2003)数据库.

请指导我有关此主题.我从哪里开始?

:doh::doh::doh:

Hi everybody,

I am working in VB.NET 2008 and I have also developed a website.

Now I want to update my online (MS Access 2003) database through my desktop application software (developed in VB.NET).

Please guide me on this topic. Where do I start?

:doh: :doh: :doh:

如果我正确理解了您的问题,那么最好的选择是创建一个将由桌面应用程序使用的Web服务. .

请参见 [ ^ ]. 2005/creating-web-service-project.html>此 [
If i correctly understand your problem, your best bet is to create a web service that will be consumed by your Desktop Application.

See this[^] for more on Consuming Web Services and this[^] on Web Service Creation.