Dear Friends,
I am trying to open Connection for FoxPro Database. I want to Open Database dynamically. I use Following String as a connection string.
strConnectionString = “ODBC;Driver={Microsoft FoxPro Driver};SourceType=DBF;Directory=” &strFilPath
Note:- Here strFilePath is a Folder Name of Foxpro .DBF file
I also want to open DBC File types, so if you feel the connection string for DBC is different then it will be nice to get connection string idea for that too.
Waiting for your Quickest Clue.
Thanx in Advance
Mihir Gandhi