Script functions reference > Script functions in alphabetical order > O > OdbcSetCodepage

OdbcSetCodepage
Syntax
OdbcSetCodepage(str_dbidentifier, str_codepage);
str_dbidentifier 
A name you specify which will be used in all the following ODBC functions to identify which data source they will access.
str_codepage
Description
Sets the code page corresponding to the data retrieved from a data source.
Note:
Returns
N/A
Example
OdbcSetCodepage("my_identifier", "ISO 8859-2");
OpenText StreamServe 5.6 Updated: 2013-03-01