Connect Foxpro dbf using VB - TechRepublic
General discussion
September 21, 2001 at 06:57 PM
mihir_gandhi

Connect Foxpro dbf using VB

by mihir_gandhi . Updated 24 years, 9 months ago

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

This discussion is locked

All Comments