Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conect to Access database using IP address

Status
Not open for further replies.

roltrap

Programmer
Jun 8, 2001
15
0
0
NL
Hi,

does anyone know how in vbscript or idc to connect to an Access Database using its ip address?

regards Roltrap
 
roltrap,

The database itself does not have an IP address but the machine it resides on does. You should be able to connect to it like this. If you are going to hard code its IP address, you might as well hard code the rest of it.

\\130.95.40.10\c$\mydata\mydb.mdb


fengshui_1998
 
thanx feng '98,

but how can I implement this in a .idc file to workaround the datasource??

Datasource: webserver
Username:
password:
Template:web.htx
SQLStatement:
+SELECT * FROM websource

roltrap
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top