How to find out the Charset CUBRID uses ?
Hello,
I want to find out the charset used in CUBRID using SQL. In MySQL it is possible to perform this operation by running "SHOW VARIABLES LIKE 'character_set%'". Is there anything similar for CUBRID ?
Best regards,
Ovidiu
Retrieving the charset using SQL is not possible currently. By default, the charset for CUBRID is "iso8859-1".
In PHP, you can use the cubrid_get_charset() function.
At the end of September, 2012, we will released CUBRID 9.0.0 which will provide SQL syntax to retrieve or set the charset.