Q: DSN over a network drive
From: JIM.H. (JIMH_at_discussions.microsoft.com)
Date: 12/15/04
- Next message: Scott Allen: "Re: ASP .NET Redirect Question."
- Previous message: Lowell Heddings: "Re: Globa Variables And TreeViews"
- Next in thread: Scott Allen: "Re: Q: DSN over a network drive"
- Reply: Scott Allen: "Re: Q: DSN over a network drive"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Dec 2004 13:35:02 -0800
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.
- Next message: Scott Allen: "Re: ASP .NET Redirect Question."
- Previous message: Lowell Heddings: "Re: Globa Variables And TreeViews"
- Next in thread: Scott Allen: "Re: Q: DSN over a network drive"
- Reply: Scott Allen: "Re: Q: DSN over a network drive"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|