| 
 | maxdb_commitmaxdb::commitCommits the current transaction DescriptionProcedural style 
   bool maxdb_commit
    ( resource  $link)Object oriented style 
   bool maxdb::commit
    ( void
   ) 
   Commits the current transaction for the database connection specified by the
    Return Values
   Returns  ExamplesExample #1 Object oriented style 
<?phpExample #2 Procedural style 
<?phpThe above examples produces no output. See Also
 
 |