Sponsored Content
Full Discussion: Why?
Top Forums UNIX for Advanced & Expert Users Why? Post 302140587 by reborg on Sunday 14th of October 2007 07:30:17 PM
Old 10-14-2007
Actually most versions of UNIX and derived OSes can do this with acls.
 
INGRES_COMMIT(3)							 1							  INGRES_COMMIT(3)

ingres_commit - Commit a transaction

SYNOPSIS
bool ingres_commit (resource $link) DESCRIPTION
ingres_commit(3) commits the currently open transaction, making all changes made to the database permanent. This closes the transaction. A new transaction can be opened by sending a query with ingres_query(3). You can also have the server commit automatically after every query by calling ingres_autocommit(3) before opening the transaction. By default Ingres will roll back any uncommitted transactions at the end of a request. Use this function or ingres_autocommit(3) to ensure your that data is committed to the database. PARAMETERS
o $link - The connection link identifier RETURN VALUES
Returns TRUE on success or FALSE on failure. SEE ALSO
ingres_query(3), ingres_rollback(3), ingres_autocommit(3). PHP Documentation Group INGRES_COMMIT(3)
All times are GMT -4. The time now is 05:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy