D
Dennis Carpenter
We are hosting a clients site on our web server. A part
of their page allows customers to login to access a
database. My problem is at the login. We partnered with a
web developer to help us design an access to a Visual
FoxPro database. Since we were already there we set up
the username and password database in Visual FoxPro as
well. The web developer can login to the test database
set up on his server, but when we moved database to our
server and attempt to login I get the following error
message:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Driver Manager] Driver does not support
this function
/logincheck.asp, line 11
We have compared configurations and permissions on both
systems and can't find any differences.
The logincheck.asp line 11 reads:
objConn.Open strPAConn
We have installed all of the VFP Drivers in ODBC.
We are at a loss to solve this. Any help would be greatly
appreciated.
of their page allows customers to login to access a
database. My problem is at the login. We partnered with a
web developer to help us design an access to a Visual
FoxPro database. Since we were already there we set up
the username and password database in Visual FoxPro as
well. The web developer can login to the test database
set up on his server, but when we moved database to our
server and attempt to login I get the following error
message:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Driver Manager] Driver does not support
this function
/logincheck.asp, line 11
We have compared configurations and permissions on both
systems and can't find any differences.
The logincheck.asp line 11 reads:
objConn.Open strPAConn
We have installed all of the VFP Drivers in ODBC.
We are at a loss to solve this. Any help would be greatly
appreciated.