« dbx_sort
Einführung »
PHP Manual
Abstraktionsebenen
ODBC (Unified)
ODBC (Unified)
Einführung
Installation/Konfiguration
Anforderungen
Installation
Laufzeit-Konfiguration
Ressource-Typen
Vordefinierte Konstanten
ODBC Funktionen
odbc_autocommit
— Ändert das Autocommit-Verhalten
odbc_binmode
— Behandlung von Binärdaten
odbc_close_all
— Schließt alle ODBC-Verbindungen
odbc_close
— Schließ eine ODBC-Verbindung
odbc_columnprivileges
— Liste Spalten und damit verbundene Rechte für die angegeben Tabelle auf
odbc_columns
— Lists the column names in specified tables
odbc_commit
— Schließt eine ODBC-Transaktion ab
odbc_connect
— Verbindet mit einer Datenquelle
odbc_cursor
— Findet den Cursornamen heraus
odbc_data_source
— Returns information about a current connection
odbc_do
— Alias von odbc_exec
odbc_error
— Get the last error code
odbc_errormsg
— Get the last error message
odbc_exec
— Bereitet einen SQL-Befehl auf und führt ihn aus
odbc_execute
— Führt einen vorbereiteten SQL-Befehl aus
odbc_fetch_array
— Fetch a result row as an associative array
odbc_fetch_into
— Eine Ergebniszeile in ein Array stellen
odbc_fetch_object
— Fetch a result row as an object
odbc_fetch_row
— Liefert eine Zeile zurück
odbc_field_len
— Bestimmt die Länge (Präzision) eines Feldes
odbc_field_name
— Liefert den Spaltennamen
odbc_field_num
— Liefert die Spaltennummer
odbc_field_precision
— Alias von odbc_field_len
odbc_field_scale
— Get the scale of a field
odbc_field_type
— Datentyp eines Feldes
odbc_foreignkeys
— Retrieves a list of foreign keys
odbc_free_result
— Gibt den durch ein Abfrageergebnis belegten Speicher wieder frei
odbc_gettypeinfo
— Retrieves information about data types supported by the data source
odbc_longreadlen
— Behandlung von LONG-Spalten
odbc_next_result
— Checks if multiple results are available
odbc_num_fields
— Anzahl der Ergebnisspalten
odbc_num_rows
— Zeilenzahl des Abfrageergebnisses
odbc_pconnect
— Öffnet eine persistente Datenbankverbindung
odbc_prepare
— Bereitet eine Anweisung für die Ausführung vor
odbc_primarykeys
— Gets the primary keys for a table
odbc_procedurecolumns
— Retrieve information about parameters to procedures
odbc_procedures
— Get the list of procedures stored in a specific data source
odbc_result_all
— Gibt das aktuelle Abfrageergebnis als HTML-Tabelle aus
odbc_result
— Liefert Ergebnisdaten
odbc_rollback
— Bricht eine Transaktion ab
odbc_setoption
— ODBC-Einstellungen anpassen
odbc_specialcolumns
— Retrieves special columns
odbc_statistics
— Retrieve statistics about a table
odbc_tableprivileges
— Lists tables and the privileges associated with each table
odbc_tables
— Get the list of table names stored in a specific data source