I'm trying to use the ODBC bulk copy API with SQL Server: bcp_init, bcp_bind, bcp_sendrow, .... in a C++ program...I don't know what is the latest driver and what I should link against?...I've tried the "SQL Server" driver and linking against odbcbcp.lib....