Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 3.07 KB

File metadata and controls

44 lines (31 loc) · 3.07 KB
title Sparse Columns Support (ODBC) | Microsoft Docs
ms.custom
ms.date 03/16/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
ms.assetid 11ae959f-2fb6-4b85-ac5d-1476a82136d4
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Sparse Columns Support (ODBC)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

This topic describes [!INCLUDEssNoVersion] Native Client ODBC support for sparse columns. For a sample demonstrating ODBC support for sparse columns, see Call SQLColumns on a Table with Sparse Columns. For more information about sparse columns, see Sparse Columns Support in SQL Server Native Client.

Statement Metadata

The application parameter descriptor (APD) descriptor field and SQL_SOPT_SS_NAME_SCOPE statement attribute accepts the additional values SQL_SS_NAME_SCOPE_EXTENDED and SQL_SS_NAME_SCOPE_SPARSE_COLUMN_SET. These values specify which columns are included in the result set returned by SQLColumns. For more information about SQL_SOPT_SS_NAME_SCOPE, see SQLSetStmtAttr.

A new implementation row descriptor (IRD), a read-only SQLSMALLINT field called SQL_CA_SS_IS_COLUMN_SET, can be used to determine if a column is an XML column_set value. SQL_CA_SS_IS_COLUMN_SET takes the values SQL_TRUE and SQL_FALSE.

Catalog Metadata

Two [!INCLUDEssNoVersion] specific columns (SS_IS_SPARSE and SS_IS_COLUMN_SET) have been added to the result set for SQLColumns.

ODBC Function Support for Sparse Columns

The following ODBC functions have been updated to support sparse columns in [!INCLUDEssNoVersion] Native Client:

See Also

SQL Server Native Client (ODBC)