Documents tagged with "XE"
Your Query returned 2 results
-
- Install CUBRID, PHP Driver, XE CMS on Fedora/CentOS
- We have created a very easy to use setup.sh script which allows you to choose which software to install at once. There are four options to choose during the installation:
Install CUBRID.
Install PHP Driver for CUBRID.
Install XE CMS.
Install Zeroboard for XE.
C...
http://www.cubrid.org/wiki_tutorials/entry/install-cubrid-php-driver-xe-cms-on-fedoracentos
-
- How to Execute Prepared SQL in CUBRID
- In order to prepare SQL in CUBRID, we should use the PREPARE syntax: PREPARE stmt_name FROM preparable_stmt Remember that the preparable_stmt must be wrapped in single quotes. To execute the prepared SQL, we should use EXECUTE syntax: EXECUTE stmt_name [!USING value...
http://www.cubrid.org/wiki_tutorials/entry/execute-prepared-sql-in-cubrid