f2s_server_encoding

Applies to: Oracle and PostgreSQL Drivers

Syntax

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

Parameter

Description

DriverID

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

variable

String variable to hold the encoding type.

Description

This attribute returns the encoding type of the server (only supported for Oracle and PostgreSQL servers).

Example

Get_Attribute f2s_server_encoding of _f2s_ActiveDriverId to sValue

Replaces

GET_SERVER_CFG passing SERVER_ENCODING