Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.08 KB

File metadata and controls

34 lines (26 loc) · 2.08 KB
title SQLSpecialColumns
description SQLSpecialColumns
author markingmyname
ms.author maghan
ms.date 03/17/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
SQLSpecialColumns function
apitype DLLExport

SQLSpecialColumns

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

When requesting row identifiers (IdentifierType SQL_BEST_ROWID), SQLSpecialColumns returns an empty result set (no data rows) for any requested scope other than SQL_SCOPE_CURROW. The generated result set indicates that the columns are only valid within this scope.

[!INCLUDEssNoVersion] does not support pseudocolumns for identifiers. The SQLSpecialColumns result set will identify all columns as SQL_PC_NOT_PSEUDO.

SQLSpecialColumns can be executed on a static cursor. An attempt to execute SQLSpecialColumns on an updatable (keyset-driven or dynamic) returns SQL_SUCCESS_WITH_INFO indicating the cursor type has been changed.

SQLSpecialColumns Support for Enhanced Date and Time Features

For information about the values returned for the columns DATA_TYPE, TYPE_NAME, COLUMN_SIZE, BUFFER_LENGTH, and DECIMAL_DIGITS for date/time types, see Catalog Metadata.

For more general information, see Date and Time Improvements (ODBC).

SQLSpecialColumns Support for Large CLR UDTs

SQLSpecialColumns supports large CLR user-defined types (UDTs). For more information, see Large CLR User-Defined Types (ODBC).

See Also

SQLSpecialColumns Function
ODBC API Implementation Details