Q: DSN over a network drive

G

Guest

Hello,
I use this connection string to connect *.dbf files:
Dim strConn As String = "Provider=vfpoledb.1;DSN=MyDSN"

I defined MyDSN as free table with the folder C:\myFolder and put
myTable.dbf in there, I am able to retrieve data. However when I point folder
to a network drive as H:\myFoder and put myTable.dbf in there, I get the
following message: ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File
'myTable.dbf' does not exist.

So it seems I could not get DSN point a dbf in the network drive, any idea?
Thanks,
Jim.
 
S

Scott Allen

Jim:

The problem boils down to the fact that the ASP.NET runtime works
under a local account (ASPNET or NETWORK SERVICE) on the machine and
won't have the mapped drive.

You might be able to access the file through a UNC
(\\servername\share\file), but even then you'll have to make some
adjustments to give ASP.NET access.

There are some details here:

http://support.microsoft.com/kb/317012
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,084
Latest member
HansGeorgi

Latest Threads

Top