Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.uodbc.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.database.abstract.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.uodbc.php',
1 => 'ODBC',
),
'up' =>
array (
0 => 'refs.database.abstract.php',
1 => 'Abstraction Layers',
),
'prev' =>
array (
0 => 'function.dbx-sort.php',
1 => 'dbx_sort',
),
'next' =>
array (
0 => 'intro.uodbc.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">ODBC (Unified)</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.uodbc.php">Introduction</a></li><li><a href="uodbc.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="uodbc.requirements.php">Requirements</a></li><li><a href="odbc.installation.php">Installation</a></li><li><a href="odbc.configuration.php">Runtime Configuration</a></li><li><a href="uodbc.resources.php">Resource Types</a></li></ul></li><li><a href="uodbc.constants.php">Predefined Constants</a></li><li><a href="ref.uodbc.php">ODBC Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.odbc-autocommit.php">odbc_autocommit</a> — Toggle autocommit behaviour</li><li><a href="function.odbc-binmode.php">odbc_binmode</a> — Handling of binary column data</li><li><a href="function.odbc-close-all.php">odbc_close_all</a> — Close all ODBC connections</li><li><a href="function.odbc-close.php">odbc_close</a> — Close an ODBC connection</li><li><a href="function.odbc-columnprivileges.php">odbc_columnprivileges</a> — Lists columns and associated privileges for the given table</li><li><a href="function.odbc-columns.php">odbc_columns</a> — Lists the column names in specified tables</li><li><a href="function.odbc-commit.php">odbc_commit</a> — Commit an ODBC transaction</li><li><a href="function.odbc-connect.php">odbc_connect</a> — Connect to a datasource</li><li><a href="function.odbc-cursor.php">odbc_cursor</a> — Get cursorname</li><li><a href="function.odbc-data-source.php">odbc_data_source</a> — Returns information about a current connection</li><li><a href="function.odbc-do.php">odbc_do</a> — Alias of odbc_exec</li><li><a href="function.odbc-error.php">odbc_error</a> — Get the last error code</li><li><a href="function.odbc-errormsg.php">odbc_errormsg</a> — Get the last error message</li><li><a href="function.odbc-exec.php">odbc_exec</a> — Prepare and execute a SQL statement</li><li><a href="function.odbc-execute.php">odbc_execute</a> — Execute a prepared statement</li><li><a href="function.odbc-fetch-array.php">odbc_fetch_array</a> — Fetch a result row as an associative array</li><li><a href="function.odbc-fetch-into.php">odbc_fetch_into</a> — Fetch one result row into array</li><li><a href="function.odbc-fetch-object.php">odbc_fetch_object</a> — Fetch a result row as an object</li><li><a href="function.odbc-fetch-row.php">odbc_fetch_row</a> — Fetch a row</li><li><a href="function.odbc-field-len.php">odbc_field_len</a> — Get the length (precision) of a field</li><li><a href="function.odbc-field-name.php">odbc_field_name</a> — Get the columnname</li><li><a href="function.odbc-field-num.php">odbc_field_num</a> — Return column number</li><li><a href="function.odbc-field-precision.php">odbc_field_precision</a> — Alias of odbc_field_len</li><li><a href="function.odbc-field-scale.php">odbc_field_scale</a> — Get the scale of a field</li><li><a href="function.odbc-field-type.php">odbc_field_type</a> — Datatype of a field</li><li><a href="function.odbc-foreignkeys.php">odbc_foreignkeys</a> — Retrieves a list of foreign keys</li><li><a href="function.odbc-free-result.php">odbc_free_result</a> — Free resources associated with a result</li><li><a href="function.odbc-gettypeinfo.php">odbc_gettypeinfo</a> — Retrieves information about data types supported by the data source</li><li><a href="function.odbc-longreadlen.php">odbc_longreadlen</a> — Handling of LONG columns</li><li><a href="function.odbc-next-result.php">odbc_next_result</a> — Checks if multiple results are available</li><li><a href="function.odbc-num-fields.php">odbc_num_fields</a> — Number of columns in a result</li><li><a href="function.odbc-num-rows.php">odbc_num_rows</a> — Number of rows in a result</li><li><a href="function.odbc-pconnect.php">odbc_pconnect</a> — Open a persistent database connection</li><li><a href="function.odbc-prepare.php">odbc_prepare</a> — Prepares a statement for execution</li><li><a href="function.odbc-primarykeys.php">odbc_primarykeys</a> — Gets the primary keys for a table</li><li><a href="function.odbc-procedurecolumns.php">odbc_procedurecolumns</a> — Retrieve information about parameters to procedures</li><li><a href="function.odbc-procedures.php">odbc_procedures</a> — Get the list of procedures stored in a specific data source</li><li><a href="function.odbc-result-all.php">odbc_result_all</a> — Print result as HTML table</li><li><a href="function.odbc-result.php">odbc_result</a> — Get result data</li><li><a href="function.odbc-rollback.php">odbc_rollback</a> — Rollback a transaction</li><li><a href="function.odbc-setoption.php">odbc_setoption</a> — Adjust ODBC settings</li><li><a href="function.odbc-specialcolumns.php">odbc_specialcolumns</a> — Retrieves special columns</li><li><a href="function.odbc-statistics.php">odbc_statistics</a> — Retrieve statistics about a table</li><li><a href="function.odbc-tableprivileges.php">odbc_tableprivileges</a> — Lists tables and the privileges associated with each table</li><li><a href="function.odbc-tables.php">odbc_tables</a> — Get the list of table names stored in a specific data source</li></ul></li></ul></div><?php manual_footer(); ?>