Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.02 KB

sqlgettypeinfo-paradox-driver.md

File metadata and controls

20 lines (18 loc) · 1.02 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
SQLGetTypeInfo (Paradox Driver)
SQLGetTypeInfo (Paradox Driver)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
SQLGetTypeInfo function [ODBC], Paradox Driver
Paradox driver [ODBC], SQLGetTypeInfo

SQLGetTypeInfo (Paradox Driver)

Note

This topic provides Paradox Driver-specific information. For general information about this function, see the appropriate topic under ODBC API Reference.

The name of the type (TYPE_NAME) returned in the table produced by SQLGetTypeInfo will be the name most commonly used by the data source.

SQL_ALL_EXCEPT_LIKE will be returned in the SEARCHABLE column for the Byte, Counter, Double, Single, Long, and Short data types. (The LIKE capability can be achieved by converting the value to a character using the ODBC canonical conversion functions, and then performing the comparison.)