SELFPHP/Navigationshilfen Funktionsübersicht |
int odbc_autocommit (int connection_id [, int OnOff])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird das Autocommit-Verhalten eingestellt |
int odbc_binmode (int result_id, int mode)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird die Behandlung von Binär-Daten bestimmt |
void odbc_close (int connection_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine ODBC-Verbindung geschlossen |
void odbc_close_all ()
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es werden alle ODBC-Verbindungen geschlossen |
int odbc_commit (int connection_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine ODBC-Transaktion ausgeführt |
int odbc_connect (string dsn, string user, string password [, int cursor_type])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine Verbindung zu einer ODBC-Datenquelle geöffnet |
string odbc_cursor (int result_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird der Cursorname ermittelt |
int odbc_do (int conn_id, string query)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine Anfrage auf einer Verbindung ausgeführt |
int odbc_exec (int connection_id, string query_string)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird ein SQL-Befehl aufbereitet und ausgeführt |
int odbc_execute (int result_id [, array parameters_array])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird ein vorbereiteter SQL-Befehl ausgeführt |
int odbc_fetch_into (int result_id [, int rownumber, array result_array])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird die Menge der Ergebnisspalten ermittelt |
int odbc_fetch_row (int result_id [, int row_number])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine Datenreihe ausgegeben |
int odbc_field_len (int result_id, int field_number)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird die Länge eines Feldes ermittelt |
string odbc_field_name (int result_id, int field_number)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird der Spaltenname ermittelt |
string odbc_field_type (int result_id, int field_number)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird der Datentyp eines Feldes ermittelt |
int odbc_free_result (int result_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird der durch die Abfrage belegte Speicher wieder freigegeben |
int odbc_longreadlen (int result_id, int length)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird die Nutzung von Long-Spalten gesetzt |
int odbc_num_fields (int result_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird die Menge der Ergebnisspalten ermittelt |
int odbc_num_rows (int result_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird die Menge der Reihen einer Abfrage ermittelt |
int odbc_pconnect (string dsn, string user, string password [, int cursor_type])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine persistente Verbindung erstellt |
int odbc_prepare (int connection_id, string query_string)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird ein SQL-Befehl zur Ausführung bereitgestellt |
string odbc_result (int result_id, mixed field)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird der Zugriff auf die Ergebnisdaten gewährt |
int odbc_result_all (int result_id [, string format])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird das Abfrage-Ergebnis als HTML-Tabelle ausgegeben |
int odbc_rollback (int connection_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es wird eine Transaktion rückgängig gemacht |
int odbc_setoption (int id, int function, int option, int param)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1) Es werden die ODBC-Einstellungen geändert |
weiter: | Oracle Funktionen |
zurück: | Netzwerk Funktionen |
SELFPHP/Navigationshilfen Funktionsübersicht |