f2s_server_case_insensitive_support

Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers

Syntax

 **There is no set_attribute.  This attribute is read only.**
get_attribute f2s_server_case_insensitive_support of {DriverID} to {variable}

Parameter

Description

DriverID

The ID of the driver connected to the server. Typically this will be _f2s_ActiveDriverId

variable

Variable to hold the result. The attribute will return 1 if the server supports case insensitive index segments.

Description

This attribute returns 1 if the server supports case insensitive index segments.

Example

Get_Attribute f2s_server_case_insensitive_support of _f2s_ActiveDriverId to bValue

Replaces

GET_SERVER_CFG passing SUPPORT_CASE