|
| 以下字符串以及实例将告诉您如何连接到 DBF / FoxPro. |
|
如果您使用的是 2.x DBF,您不必使用dBase或者Jet driver,使用"Visual FoxPro / FoxPro 2.x"替换VFP driver。Visual FoxPro ODBC和OLEDB驱动可以用于所有的Foxpro数据表,其中包括很老的foxbase数据表以及dBaseII, dBaseIII, Clipper文件等。
|
|
|
|
| |
Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mydbpath; |
|
| 复制 |
|
| |
Driver={Microsoft dBase Driver (*.dbf)};datasource=dBase Files; |
|
| SQL表达式: "select * from \\remotemachine\thefile.dbf" |
| 复制 |
|
|
|
| |
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=; |
|
| 复制 |