Windows app access db internet

G

Guest

Hi,

I built a windows form client app that access a db on a network. Now I was
wondering how can I set it up so that the app accesses the database through
the web? I don't want to rebuild the client app into an asp.net app. Maybe I
could or should use Web Services that sits on a web server with database and
do my updating through this route. What do you guys/gals think?

Thanks,

JJ
 
N

Norman Yuan

Web services may be the only option. You can hardly find any ISP that allows
users to directly access database they host through the Internet.
 
G

Guest

Hi Norman,

The web server is our own. So what options are available and make the most
sense to use?

Thanks,

JJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top