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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top