how to convert dbf file to sql table?
ex. i have tblcustomer.dbf & tblCust sql table. i want to insert all the data from tblcustomer.dbf to tblCust table.
Assuming SQL2000 or better. Open up Enterprise manager, select your database, Right-click and pick All Tasks|Import Data. This takes you to the DTS wizard. Just do it from there if you want a one-time import, or you can save a VB version at the end of the wizard if you need to do it programmatically
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
Yes, it's all done for you by the DTS wizard, including writing a complete commented VB module ready for your use. Run it once to generate the code, then include the module in your own app, calling it where needed.
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.