Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 75 results

  • RedBeanPHP Key Features
    RedBeanPHP ORM has tons of great features. The following is a list of key features: Focus on app development, forget about database structure. No configuration is required. Only one file (84KB). Creates tables, columns, indexes, and foreign keys (one-to-many, many-to-many, many-to...
    http://www.cubrid.org/wiki_apps/entry/redbeanphp-key-features
  • How do I escape strings in PHP to pass binary data to a table via an insert or update statement ? [1]
    This is on the back of my previous question, it would be important for Cubrid to have a similar function to mysql_escape_string for passing of binary information to an SQL statement. How should I do this in the interim, I have already done the normal replace single quot...
    http://www.cubrid.org/questions/360063
  • Best PHP IDE to work with CUBRID Database
    When developers review various IDE for PHP, it is not accident that PHPStorm is among the top ranked. Because it is one of the best feature-rich PHP Development Tools out there. The good news is JetBrains, the company behind this project, has just released a new v...
    http://www.cubrid.org/blog/cubrid-appstools/best-php-ide-phpstorm-now-supports-cubrid-api-syntax/
  • SIDU (SELECT, INSERT, DELETE, UPDATE) Web SQL Client
    SIDU (SELECT, INSERT, DELETE, UPDATE) is a very simple yet very intuitive Web based SQL client tool written in PHP. If you need a quick way to execute your SQL, this is the only thing you need! No installation or configuration is required. Just extract the f...
    http://www.cubrid.org/wiki_apps/entry/sidu-select-insert-delete-update-web-tool
  • What is the difference between synchronous and asynchronous modes in PHP cubrid_execute()? [1]
    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?
    http://www.cubrid.org/questions/316951
  • CUBRID Driver Improvements in CUBRID 8.4.1
    We have recently released a new version of CUBRID 8.4.1. At the time we announced over 70% performance increase for INSERT and UPDATE operations as well as new SQL functions and Regular Expression support. In this blog I will tell more about other changes we hav...
    http://www.cubrid.org/blog/news/cubrid-driver-improvements-in-cubrid-8-4-1/
  • What does "Error: CCI, -4, Cannot communicate with server" mean? [1]
    I installed CUBRID and the PHP API yesterday. Everything was working perfect. I was quite glad. I created some code and could work with CUBRID. But today in the morning I started my Web server, navigated to my site, and I saw this error: Error: CCI, -4, Cannot ...
    http://www.cubrid.org/questions/295947
  • Does CUBRID UPDATE the record if the new value is same as the old one? [1]
    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 ...
    http://www.cubrid.org/questions/290823
  • Do CUBRID PHP and PDO APIs require any dependent library? [1]
    I can see CUBRID PHP and PDO drivers are available through PECL packaging system. Can I directly install them? Or are they dependent on any external library, perhaps CUBRID's?
    http://www.cubrid.org/questions/252425
  • CUBRID PHP Tutorials
    Installation Instructions [CUBRID PHP Driver Installation Instructions] Latest News New CUBRID PHP: 13 more APIs for LOB data management - blog post CUBRID Driver Improvements in CUBRID 8.4.1 - blog post Tutorials and Guides What is Tread-safe or Non-thread-safe in PH...
    http://www.cubrid.org/wiki_apis/entry/cubrid-php-tutorials