Any built-in function in VB.NET (or VB 6.0) for creating .DBF file?

  • Thread starter Thread starter Tianji Yu
  • Start date Start date
T

Tianji Yu

Hi, everyone!
Is there any built-in function in VB.NET (or VB 6.0) for
creating .DBF file easily?
Any suggestion or advice would be deeply appreciated!
Thanks!
Tianji Yu
..
 
Hi Tianji,

You can employ the corresponding ODBC driver. To do that, you can either use
System.Data.OleDb and talk to the OLEDB provider for ODBC, or find and
download a managed ODBC provider and talk to it directly.
 
Thank you very much, Dmitriy!
I truly appreciate you! advice!
Best regards,
Tianji Yu
 
Back
Top