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

Re: Windows app access db internet by Norman

Norman
Fri Apr 01 13:45:11 CST 2005

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.

"JJ" <JJ@discussions.microsoft.com> wrote in message
news:B9E83E19-9F9E-4E86-9D33-129D41C7BD0D@microsoft.com...
> 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



Re: Windows app access db internet by JJ

JJ
Fri Apr 01 13:55:02 CST 2005

Hi Norman,

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

Thanks,

JJ

"Norman Yuan" wrote:

> 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.
>
> "JJ" <JJ@discussions.microsoft.com> wrote in message
> news:B9E83E19-9F9E-4E86-9D33-129D41C7BD0D@microsoft.com...
> > 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
>
>
>