Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO accessing data from network
Message
From
10/11/1998 11:33:59
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
ADO accessing data from network
Miscellaneous
Thread ID:
00156190
Message ID:
00156190
Views:
72
I am having a problem with an ASP using ADO to query a table on our Novell network.

This web server has rights to the Network drives in questions, but the following code doesn't allow a connection to the directory.


***Myasp.asp
SET conn = SERVER.CREATEOBJECT("ADODB.CONNECTION")
conn.OPEN("DRIVER=Microsoft Visual FoxPro Driver; Exclusive=No; SourceType=DBF; SourceDB=o:\datadir")

SET rs = _
conn.EXECUTE("select * from mytable")
***

However, when I direct the SOURCE to a local drive on the web server like this, "SOURCE=D:\localdir", it works.

I know the web server has full rights to the Novell drive, but I can't access any data from the network using ADO, but I can access data from the local drives.

Thanks,

Jerryt
Next
Reply
Map
View

Click here to load this message in the networking platform