For your foxpro 2.x DBF you do not need to use dBase or Jet driver, check out the "Visual FoxPro / FoxPro 2.x" section instead and use the VFP driver. Visual FoxPro ODBC and OLEDB drivers work for all Foxpro tables including the oldest foxbase tables and dBaseII, dBaseIII, Clipper files as well. ¡¼ODBC ¡³Standard Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mydbpath; ¡³Remote drives Driver={Microsoft dBase Driver (*.dbf)};datasource=dBase Files; SQL syntax example: "select * from \\remotemachine\thefile.dbf" ¡¼OLE DB, OleDbConnection (.NET) ¡³Standard Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=; ¡¼¡³¡µ¡º¡·¡ó¤jºõ²Å¸¹