I'm going to be getting databases that are generated as Foxpro (maybe version 2.0? That's what the .inf files say.) Using the connection string at ConnectionStrings.com, I get an "Index file not found" error. (Access 2003 gives me the same error.) The CDX files for the dbf files are in the same directory as the dbf files.

If I load the dbf files into Foxpro and export them as dBase 4 files, I can access them as dbf files with no problem. It looks as if I need a connection string for Foxpro 2.0. Does anyone have one? Or a solution, if that's not my problem, that will allow me to open the files in VB6? (Converting every file to dBase 4 isn't viable.)