LXIX. 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 --  Returns a result identifier that can be used to fetch a list of columns and associated privileges
odbc_columns --  Lists the column names in specified tables. Returns a result identifier containing the information.
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_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 -- Synonym for odbc_field_len()
odbc_field_scale -- Get the scale of a field
odbc_field_type -- Liefert den Datentyp eines Feldes
odbc_foreignkeys --  Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table
odbc_free_result --  Gibt den durch ein Abfrageergebnis belegten Speicher wieder frei
odbc_gettypeinfo --  Returns a result identifier containing 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 avaiable
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 --  Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table
odbc_procedurecolumns --  Retrieve information about parameters to procedures
odbc_procedures --  Get the list of procedures stored in a specific data source. Returns a result identifier containing the information.
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 --  Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction
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. Returns a result identifier containing the information.