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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PLEASE HELP,, error 3170 installable ISAM DBF error when reading DBF

Status
Not open for further replies.

peairs01

MIS
Oct 3, 2001
8
0
0
US
I have a project using DAO 3.6 to read an Access database, but there I'm trying to add some functionality to the program to read FoxPro 2.5 tables.

I tried the
dim db as Database
Dim rs as Recordset

mydb = "c:\data"
Set db = Workspaces(0).opendatabase(mydb,0,0,"FoxPro 2.5")
and am getting the error 3170 "Could not find Installable ISAM"

If I move the function to a seperate project it runs fine, I just can't get it to run inside the existing program.

PLEASE HELP,, have looked everywhere for a clue.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top