ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:createdatabase

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:dictionary:createdatabase [2016/01/13 02:06] – ↷ Page moved from dictionary:createdatabase to v5:dictionary:createdatabase mnewnhamv5:dictionary:createdatabase [2018/07/01 22:42] (current) – typo peterdd
Line 9: Line 9:
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-The method ''createDatabase()'' returns an array of strings holding the SQL necessary to create a database (or user space) on the current DBMS. To actually execute the code, the output must be passes to [[dictionary:executeSqlArray()]].+The method ''createDatabase()'' returns an array of strings holding the SQL necessary to create a database (or user space) on the current DBMS. To actually execute the code, the output must be passes to [[v5:dictionary:executesqlarray]].
 ===== Usage ==== ===== Usage ====
 <code php> <code php>
Line 31: Line 31:
   * Each supported database has its own specific options   * Each supported database has its own specific options
   * Special rights on the database may be need to actually execute the returned SQL   * Special rights on the database may be need to actually execute the returned SQL
-  * In the driver current in use does not support the method, false is returned+  * If the driver current in use does not support the method, false is returned
  
v5/dictionary/createdatabase.txt · Last modified: 2018/07/01 22:42 by peterdd