Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 968 Bytes

using-the-output-clause-with-ole-db-in-oledb-driver-for-sql-server.md

File metadata and controls

21 lines (16 loc) · 968 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic
Using the OUTPUT Clause with OLE DB in OLE DB Driver for SQL Server
Learn about using the OUTPUT clause in an INSERT, UPDATE, DELETE, or MERGE command in OLE DB Driver for SQL Server.
David-Engel
davidengel
06/14/2018
sql
connectivity
reference

Using the OUTPUT Clause with OLE DB in OLE DB Driver for SQL Server

[!INCLUDE SQL Server]

[!INCLUDEDriver_OLEDB_Download]

If you use an OUTPUT clause in an INSERT, UPDATE, DELETE, or MERGE command, the count of affected rows is not available. The application must count the number of rows in the rowset that is returned by the OUTPUT clause.

See Also

Creating an OLE DB Driver for SQL Server Application