|
 |
asp_database_setup thread: Access data across networks through ASP scripts
Message #1 by "Deepak Parthasarathy" <deepakp@n...> on Tue, 8 May 2001 20:09:32 +0530
|
|
Hi All,
Let me explain the situation for which I'm seeking a solution.
I have a server A (my scripts reside here) on network ABC & a server B on a
network XYZ.
(A in the USA & B in UK). From my ASP script
that resides on Server A I need to access certain data from a database in
server B.
I use ADO for data access.
I'v heard that we can access databases across networks also (no, I'm talking
of Web Services),
but I'm not sure as to how to open the Connection object.
Any help / links to useful material is very welcome
TIA,
Deepak Parthasarathy M
NCMR Technologies Pvt. Ltd.,
Koramangala,
Bangalore-95.
Phone:+xx-xxx-xxxxxxx
+xx-xxx-xxxxxxx
EMail : deepakp@n...
deepaksarathy@h...
Message #2 by "xx" <gesmith@n...> on Tue, 8 May 2001 13:17:08 -0300
|
|
u should try, when making the connection string, the next sentence
src = URL = "http://serverxyz/database.mdb"
-----Mensaje original-----
De: Deepak Parthasarathy [mailto:deepakp@n...]
Enviado el: Martes, 08 de Mayo de 2001 01:12 p.m.
Para: ASP Database Setup
Asunto: [asp_database_setup] Access data across networks through ASP
scripts
Hi All,
Let me explain the situation for which I'm seeking a solution.
I have a server A (my scripts reside here) on network ABC & a server B on a
network XYZ.
(A in the USA & B in UK). From my ASP script
that resides on Server A I need to access certain data from a database in
server B.
I use ADO for data access.
I'v heard that we can access databases across networks also (no, I'm talking
of Web Services),
but I'm not sure as to how to open the Connection object.
Any help / links to useful material is very welcome
TIA,
Deepak Parthasarathy M
NCMR Technologies Pvt. Ltd.,
Koramangala,
Bangalore-95.
Phone:+xx-xxx-xxxxxxx
+xx-xxx-xxxxxxx
EMail : deepakp@n...
deepaksarathy@h...
|
|
 |