OLE DB Programmer's Reference

TRANSLATIONS Rowset

GUID: DBSCHEMA_TRANSLATIONS

Number of restriction columns: 3

Restriction columns: TRANSLATION_CATALOG, TRANSLATION_SCHEMA, TRANSLATION_NAME

Default sort order: TRANSLATION_CATALOG, TRANSLATION_SCHEMA, TRANSLATION_NAME

Description: The TRANSLATIONS rowset identifies the character translations defined in the catalog that are accessible to a given user.

Column name Type indicator Description
TRANSLATION_CATALOG DBTYPE_WSTR Catalog name. NULL if the provider does not support catalogs.
TRANSLATION_SCHEMA DBTYPE_WSTR Unqualified schema name. NULL if the provider does not support schemas.
TRANSLATION_NAME DBTYPE_WSTR Translation name.
SOURCE_CHARACTER_SET_CATALOG DBTYPE_WSTR Catalog name containing the source character set on which the translation is defined. NULL if the provider does not support catalogs.
SOURCE_CHARACTER_SET_SCHEMA DBTYPE_WSTR Unqualified schema name containing the source character set on which the translation is defined. NULL if the provider does not support schemas.
SOURCE_CHARACTER_SET_NAME DBTYPE_WSTR Source character set name on which the translation is defined.
TARGET_CHARACTER_SET_CATALOG DBTYPE_WSTR Catalog name containing the target character set on which the translation is defined. NULL if the provider does not support catalogs.
TARGET_CHARACTER_SET_SCHEMA DBTYPE_WSTR Unqualified schema name containing the target character set on which the translation is defined. NULL if the provider does not support schemas.
TARGET_CHARACTER_SET_NAME DBTYPE_WSTR Target character set name on which the translation is defined.