connection with dbf file

  • Thread starter Thread starter hadi_ghanaty
  • Start date Start date
Hi Hadi,

You have to download the odbc .net data provider. If you have .net 2003 I
think it comes with it (look under system.data); otherwise, it is available
at msdn.microsoft.com. One you have it, add a reference to it and then
place it in your code with an imports statement. Then you can use regular
connection strings, datasets, etc to access and manipulate the data.

HTH,

Bernie Yaeger
 
Back
Top