How can I write a Visual Basic program to import some tables from dBASE III into SQL Server and also create some new tables in SQL Server at the same time?
Thank you!
[Edited by jsp on 11-08-2000 at 04:41 PM]
Printable View
How can I write a Visual Basic program to import some tables from dBASE III into SQL Server and also create some new tables in SQL Server at the same time?
Thank you!
[Edited by jsp on 11-08-2000 at 04:41 PM]
If this is something you only want to do once...look into the BCP utility.