.dbf files
-
[Message Deleted]
-
[Message Deleted]
Using cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DB\E_Ensemb.mdb") check this remove only the ; from the end
-
.dbf is DBase file which belong to VFP (Visual Foxpro) I use this to connect
Dim _cnn As New OleDb.OleDbConnection("Provider=VFPOLEDB.1;Data Source=F:\myfolder\myfile.dbf")
If you don't have VFPOLEDB in your ODBC, install the driver from here Microsoft OLE DB Provider for Visual FoxPro 9.0[^]
Like car accidents, most hardware problems are due to driver error. Samir R. Ibrahim
-
[Message Deleted]
-
Go through this Link http://connectionstrings.com/dbf-foxpro[^]
Rajesh B --> A Poor Workman Blames His Tools <--
-
Go through this Link http://connectionstrings.com/dbf-foxpro[^]
Rajesh B --> A Poor Workman Blames His Tools <--