Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vfpodbc.dll to vfp ole db? iis5/2000 to iis6/2003

Status
Not open for further replies.

needscoop

Programmer
Joined
Nov 13, 2002
Messages
29
Location
US
Classic asp app: wanting to port .asp code using fox2.6 dbf tables from iis5/2000 to iis6/2003, but the the tables are not found. Would changing the conn string from vfpodbc.dll to vfp ole db solve this?
 
Changing from ODBC to OLEDB is far more involved than simply changing a conn string.

Most likely, the IUSR_ account on your IIS6 box doesn't have permission to see files in the location of your DBFs.
 
thx - will pursue the permissions route!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top