all groups > dotnet xml > february 2006 >
You're in the

dotnet xml

group:

How to connect to remote server and access the tables



How to connect to remote server and access the tables XML newbie: Urgent pls help!
2/17/2006 2:43:19 PM
dotnet xml: I am working on Vb.Net application. I have to connect to remote server(it's
IP address)(this server is not on my network). This company has provide me
username, companyname and password. Once, I get connected, I get the
SessionID. Now, I need to download some of the tables from here. How do I do
this.

Pls note, this company has some web services. If I create a reference to
it's web services, how do I access it's database(tables)?

RE: How to connect to remote server and access the tables Daniel P.
2/17/2006 10:02:27 PM
If you connect just to a web services then you need to know what they return
to you when you call the methods. If the webservices access a SQL database
behind you may get a DataSet or a DataTable or it could be a proprietary
object the developers implemented.


[quoted text, click to view]
AddThis Social Bookmark Button