Skip to content

Commit 23bc9cc

Browse files
authored
Broken link fixed
1 parent e6ba30c commit 23bc9cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/oledb/ole-db-table-valued-parameters/inserting-data-into-table-valued-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: v-davidengel
1818

1919
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]
2020

21-
The OLE DB Driver for SQL Server supports two models for the consumer to specify data for table-valued parameter rows: a push model and a pull model. A sample that demonstrates the pull model is available; see [SQL Server Data Programming Samples](https://msftdpprodsamples.codeplex.com/).
21+
The OLE DB Driver for SQL Server supports two models for the consumer to specify data for table-valued parameter rows: a push model and a pull model. A sample that demonstrates the pull model is available.
2222

2323
> [!NOTE]
2424
> A table-valued parameter column must have either non-default values in all rows or default values in all rows. It is not possible to have default values in some rows but not others. Therefore, in table-valued parameter bindings, the only status values allowed for table-valued parameter rowset column data are DBSTATUS_S_ISNULL and DBSTATUS_S_OK. DBSTATUS_S_DEFAULT will result in a failure and the bound status value will be set to DBSTATUS_E_BADSTATUS.

0 commit comments

Comments
 (0)