PHP Functions : ODBC Functions (Unified)

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions ODBC Functions Unified
Help URL: http://www.php.net/manual/en/ref.uodbc.php


Items Related to ODBC Functions (Unified)

Inner Elements of ODBC Functions (Unified)

ODBC Functions (Unified) contains following items:
  • odbc_autocommit (odbc autocommit)
  • odbc_binmode (odbc binmode)
  • odbc_close_all (odbc close all)
  • odbc_close (odbc close)
  • odbc_columnprivileges (odbc columnprivileges)
  • odbc_columns (odbc columns)
  • odbc_commit (odbc commit)
  • odbc_connect (odbc connect)
  • odbc_cursor (odbc cursor)
  • odbc_data_source (odbc data source)
  • odbc_do (odbc do)
  • odbc_error (odbc error)
  • odbc_errormsg (odbc errormsg)
  • odbc_exec (odbc exec)
  • odbc_execute (odbc execute)
  • odbc_fetch_array (odbc fetch array)
  • odbc_fetch_into (odbc fetch into)
  • odbc_fetch_object (odbc fetch object)
  • odbc_fetch_row (odbc fetch row)
  • odbc_field_len (odbc field len)
  • odbc_field_name (odbc field name)
  • odbc_field_num (odbc field num)
  • odbc_field_precision (odbc field precision)
  • odbc_field_scale (odbc field scale)
  • odbc_field_type (odbc field type)
  • odbc_foreignkeys (odbc foreignkeys)
  • odbc_free_result (odbc free result)
  • odbc_gettypeinfo (odbc gettypeinfo)
  • odbc_longreadlen (odbc longreadlen)
  • odbc_next_result (odbc next result)
  • odbc_num_fields (odbc num fields)
  • odbc_num_rows (odbc num rows)
  • odbc_pconnect (odbc pconnect)
  • odbc_prepare (odbc prepare)
  • odbc_primarykeys (odbc primarykeys)
  • odbc_procedurecolumns (odbc procedurecolumns)
  • odbc_procedures (odbc procedures)
  • odbc_result_all (odbc result all)
  • odbc_result (odbc result)
  • odbc_rollback (odbc rollback)
  • odbc_setoption (odbc setoption)
  • odbc_specialcolumns (odbc specialcolumns)
  • odbc_statistics (odbc statistics)
  • odbc_tableprivileges (odbc tableprivileges)
  • odbc_tables (odbc tables)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home