MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix B: Schema Rowsets
The TRANSLATIONS rowset identifies the character translations defined in the catalog that are accessible to a given user.
The TRANSLATIONS rowset contains the following columns.
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. |
Default Sort Order: TRANSLATION_CATALOG, TRANSLATION_SCHEMA, TRANSLATION_NAME