Vordefinierte Konstanten
odbc_autocommit
ODBC
PHP Manual
ODBC Funktionen
Inhaltsverzeichnis
odbc_autocommit
— Ändert das Autocommit-Verhalten
odbc_binmode
— Die Behandlung von Binärdaten
odbc_close_all
— Beendet alle ODBC-Verbindungen
odbc_close
— Beendet eine ODBC-Verbindung
odbc_columnprivileges
— Liefert eine Ergebnis-Resource zurück, die eine Liste von Spalten und damit verbundenen Rechten enthält.
odbc_columns
— Lists the column names in specified tables
odbc_commit
— Führt eine ODBC-Transaktion aus
odbc_connect
— Baut die Verbindung zu einer ODBC-Datenquelle auf
odbc_cursor
— Findet den Cursornamen heraus
odbc_data_source
— Returns information about a current connection
odbc_do
— Ein Synonym für 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 ein 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 Datenzeile zurück
odbc_field_len
— Bestimmt die Länge eines Feldes
odbc_field_name
— Liefert die Spaltenbezeichnung
odbc_field_num
— Liefert die Spaltennummer für eine Spaltenbezeichnung
odbc_field_precision
— Alias von odbc_field_len
odbc_field_scale
— Get the scale of a field
odbc_field_type
— Liefert den 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
— Steuert die Nutzung von LONG-Spalten
odbc_next_result
— Checks if multiple results are available
odbc_num_fields
— Liefert die Anzahl der Ergebnisspalten
odbc_num_rows
— Ergibt die Zeilenzahl des Abfrageergebnisses
odbc_pconnect
— Öffnet eine persistente Datenbankverbindung
odbc_prepare
— Stellt einen SQL-Befehl zur Ausführung bereit
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
— Erlaubt den Zugriff auf die Ergebnisdaten
odbc_rollback
— Hebt eine Transaktion wieder auf
odbc_setoption
— Verändert die ODBC-Einstellungen
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
Vordefinierte Konstanten
odbc_autocommit
ODBC
PHP Manual