Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Ends a bulk copy from program variables to SQL Server performed with bcp_sendrow.
Syntax
DBINT bcp_done (
HDBC hdbc);
Arguments
- hdbc
Is the bulk copy-enabled ODBC connection handle.
Returns
The number of rows permanently saved after the last call to bcp_batch or -1 in case of error.
Remarks
Call bcp_done after the last call to bcp_sendrow or bcp_moretext. Failure to call bcp_done after copying all data results in errors.