Once I found the answer it was easy when you Reference your Web services change it to Dynamic and don't use LocalHost change it to a normal URL.
In code you reference your Web Reference normally like Public ws as NEW WebRef.Service()
To change the reference location you just type in
ws.URL =...
Wrote a solution. Documentation from microsoft "Creating a Distributed Application" is incorrect e-mailed MS on this and they have confirmed it. You do have to create a ASP web Service within this service created and OLEDbconnection and OLEDbDataAdapter and Dataset added two(2)...
Any suggestions on on to add a reference to a clients machine to a web service (Web Reference) by code. I'm experimenting with writting a client front end with a web location on the database side. I almost have it done but I will need to have the user select the location of the "Web...
I really need to assess the DB using the URI format. I was trying to do it with a DataSet so I did not have to maintain connection and the ability to Update/Add to the database if needed. Wish I could map the drive but cannot. In VB6 ADO can use URI. and I believe the connection is working...
How do I connect to a database on the server or "unsecure" internet site. I have tried the following and it works if I hard code a "C:\*.mdb" but when I place Http://Localhost/*.mdb it does not work. SEE CODE BELOW
Any suggestions on how to access a Database using http...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.