Bulk Copy to SQL Server Made Easy
BCP is a method to transfer large amounts of data from a flat file into SQL Server VERY quickly. BCP is a functionality of the low-level DBLib environment. Unfortunately the modern data components (ADO, DAO, RDO) don't support bulk copy.
The only way to get to BCP in the past was to either use the BCP.exe tool shipped with SQL Server, or to write some serious low level BCP type stuff.
I wrote slpBCP.dll as a wrapper for VBSQL.ocx and DBLib. It will allow you the developer to reference the DLL in your project, Create a reference to the object, set a few properties, call a routine... and bulk copy data into your SQL server.
Original Author: Jason Monroe
Inputs
See documentation (readme.txt)
About this post
Posted: 2002-06-01
By: ArchiveBot
Viewed: 91 times
Categories
Attachments
CODE_UPLOAD28601142000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 19,990 bytes
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.