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
Some time ago I've installed CUBRID on Linux using one of the available packages. I've been using it for my personal home page. Once in a while I need to restart the server and this is the point when it gets a little bit inconvenient because I need to run cubrid...
In cubrid_execute() documentation is says that the developer can specify which mode to use: either synchronous or asynchronous. What is the difference between them and how they affect the performance?
As stated in mysql_affected_rows() PHP API manual: When using UPDATE, MySQL will not update columns where the new value is the same as the old value. This creates the possibility that mysql_affected_rows() may not actually equal the number of rows matched, only the number of ...