WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : odbc_autocommit -- Toggle autocommit behaviour
Categories : PHP, PHP Functions, ODBC Update Picture
documentation group PHP
Date : Feb 20th 2001
Grade : 2 of 5 (graded 2 times)
Viewed : 1459
File : No file for this code example.
Images : No Images for this code example.
Search : More code by documentation group PHP
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

Description

</H2
><DIV
CLASS="funcsynopsis"
><A
NAME="AEN28848"
></A
><P
></P
><P
><CODE
><CODE
CLASS="FUNCDEF"
>int <B
CLASS="function"
>odbc_autocommit</B
></CODE
> (int connection_id [, int OnOff])</CODE
></P
><P
></P
></DIV
><P
>&#13; Without the <TT
CLASS="parameter"
><I
>OnOff</I
></TT
> parameter, this function
returns auto-commit status for
<TT
CLASS="parameter"
><I
>connection_id</I
></TT
>. True is returned if
auto-commit is on, false if it is off or an error occurs.
</P
><P
>&#13; If <TT
CLASS="parameter"
><I
>OnOff</I
></TT
> is true, auto-commit is enabled,
if it is false auto-commit is disabled. Returns
<TT
CLASS="literal"
>true</TT
> on success, <TT
CLASS="literal"
>false</TT
> on
failure.
</P
><P
>&#13; By default, auto-commit is on for a connection. Disabling
auto-commit is equivalent with starting a transaction.
</P
><P
>&#13;

See also
<A
HREF="get_example.php3?Function=odbc-commit"
><B
CLASS="function"
>odbc_commit()</B
></A
> and
<A
HREF="get_example.php3?Function=odbc-rollback"
><B
CLASS="function"
>odbc_rollback()</B
></A
>.



A very simple database abstraction layer for the PHP 3.0 ODBC module.
Categories : ODBC, PHP
A set of functions sitting on top of the abstraction layer that makes it a little easier to do SQL stuff. Documentation is within
Categories : Databases, ODBC, Complete Programs, PHP
UDMSearch - a free search engine, indexing system.
Categories : Search Engines, Linux, PHP, MySQL, ODBC
odbc_binmode -- Handling of binary column data
Categories : PHP, PHP Functions, ODBC
How to access MS Excel spread sheets from PHP
Categories : PHP, Excel, ODBC, Databases
How to connect to MS SQL 6.x+ database server via ODBC functions of PHP3 compiled with iODBC and Openlink drivers under Linux.
Categories : Databases, MS SQL Server, PHP, ODBC
This is a small Web Phone Database which is written in PHP3 and utilizes a ODBC Data Source.
Categories : PHP, ODBC
Dynamic WHERE CLAUSE depending on number of FORM FIELDS
Categories : ODBC, General SQL, PHP, Complete Programs, Databases
Voting Machine with Access 97
Categories : PHP, ODBC, WinNT, MS Access, Complete Programs
Query2Report : Generating Html, Pdf and Csv Reports from SQL Query
Categories : PHP, PHP, HTML, PDF, Excel
Modification of Shane Caraveo's guestbook. Uses ODBC...some code modifications
Categories : ODBC, Databases, Complete Programs, PHP
Forum with Access 97
Categories : MS Access, Complete Programs, PHP, ODBC, WinNT
php for odbc /* connect to access from odbc */
Categories : PHP Classes, ODBC, MS Access, PHP
db2tab.php - Simple scripts to access IBM DB2 Universal DataBase tables through PHP ODBC funtions.
Categories : Databases, PHP, ODBC
ADODB Database Wrapper Abstraction Library for PHP: MySQL, MSSQL, Oracle, Interbase,ODBC, Microsoft Access and FoxPro.
Categories : PHP Classes, Databases, PHP, General SQL, ODBC