Hi,
I'm having problems connecting to a Visual Fox Pro database table thats in a Free Table Directory on a (Novell) machine that is not that same machine (Windows 2000) that my webserver resides on.
I mapped a drive on my webserver machine to the directory containing my Fox Pro table (tasks.dbf) on the Novell machine.
Then I created an ODBC DSN using the Microsoft FoxPro VBF Driver (*.dbf).
When I view my asp page, I get the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
This is my db connection code:
dim dbConn
Set dbConn = Server.CreateObject("ADODB.Connection"
dbConn.ConnectionString = "DSN=TrackIt"
dbConn.Open
Does anyone have any suggestions?
Thanks.
I'm having problems connecting to a Visual Fox Pro database table thats in a Free Table Directory on a (Novell) machine that is not that same machine (Windows 2000) that my webserver resides on.
I mapped a drive on my webserver machine to the directory containing my Fox Pro table (tasks.dbf) on the Novell machine.
Then I created an ODBC DSN using the Microsoft FoxPro VBF Driver (*.dbf).
When I view my asp page, I get the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
This is my db connection code:
dim dbConn
Set dbConn = Server.CreateObject("ADODB.Connection"
dbConn.ConnectionString = "DSN=TrackIt"
dbConn.Open
Does anyone have any suggestions?
Thanks.