Import dbase 5 (.dbf) file into MS SQL2000 tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have hard time trying to import some dbase 5 (.dbf) files into MSSQL 2000 tables using ASP.Net/VB.Net. Can anyone please point me to the right direction?
Many thanks,
 
This isn't really the right tool for the job. However, if you want to
automate the process, you can create a DTS package and execute it from
your VB.NET code. A good resource to get started is
http://www.sqldts.com/default.aspx

--mary
 
DTS. Managed code isn't really designed to handle data transfers
efficiently.

--mary
 

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