★ wanayoo — archive 1999 http://fr.php.net/manual/function.ingres-commit.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Ingres II
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
Ingres II
* ingres_connect
* ingres_pconnect
* ingres_close
* ingres_query
* ingres_num_rows
* ingres_num_fields
* ingres_field_name
* ingres_field_type
* ingres_field_nullable
* ingres_field_length
* ingres_field_precision
* ingres_field_scale
* ingres_fetch_array
* ingres_fetch_row
* ingres_fetch_object
* ingres_rollback
* ingres_commit
* ingres_autocommit

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: ingres_commit
View the source code for this pageSearch the site



Previous page
 ingres_rollback
 Updated
Mon, 08 Jan 2001
ingres_autocommit 
Next page


ingres_commit

(PHP 4 >= 4.0.2)

ingres_commit -- Commit a transaction.

Description

boolingres_commit ([resource link])

ingres_commit() commits the currently open transaction, making all changes made to the database permanent.

This closes the transaction. A new one can be open by sending a query with ingres_query().

You can also have the server commit automaticaly after every query by calling ingres_autocommit() before opening the transaction.

See also ingres_query(), ingres_rollback() and ingres_autocommit().


 About Notes


Previous page
 ingres_rollback
 Updated
Mon, 08 Jan 2001
ingres_autocommit 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.