I get a dbf file to upload about twice and each file changes its structure. I am trying to make a
vb app to import the dbf to sql with easy for the user. The user will choose the path and filename of the dbf and choose the database name that will be in sql server.
What is the best or easiest way to import a dbf file to sql 2000.
I was thinking 4 ways, but not sure how to do them 100%/
1 - Search all columns and data lengths on the dbf then create a table in sql and then try a select into thing or something
2 - Make a stored procedure imports dbf (or any format) to sql without alot of coding. (if alot of coding oh well)
3 - Something with BCP ???
4 - any way you cna think of please let me know.
I seen some code that imports sqldb to sqldb but not from an external db.
thnx