SEL.html

ODBC Funktionen

Informationsseite

nach unten odbc_autocommit
nach unten odbc_binmode
nach unten odbc_close
nach unten odbc_close_all
nach unten odbc_commit
nach unten odbc_connect
nach unten odbc_cursor
nach unten odbc_do
nach unten odbc_exec
nach unten odbc_execute
nach unten odbc_fetch_into
nach unten odbc_fetch_row
nach unten odbc_field_len
nach unten odbc_field_name
nach unten odbc_field_type
nach unten odbc_free_result
nach unten odbc_longreadlen
nach unten odbc_num_fields
nach unten odbc_num_rows
nach unten odbc_pconnect
nach unten odbc_prepare
nach unten odbc_result
nach unten odbc_result_all
nach unten odbc_rollback
nach unten odbc_setoption

nach unten 

odbc_autocommit

int odbc_autocommit (int connection_id [, int OnOff])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird das Autocommit-Verhalten eingestellt

 

nach obennach unten 

odbc_binmode

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

 

nach obennach unten 

odbc_close

void odbc_close (int connection_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird eine ODBC-Verbindung geschlossen

 

nach obennach unten 

odbc_close_all

void odbc_close_all ()
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es werden alle ODBC-Verbindungen geschlossen

 

nach obennach unten 

odbc_commit

int odbc_commit (int connection_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird eine ODBC-Transaktion ausgeführt

 

nach obennach unten 

odbc_connect

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

 

nach obennach unten 

odbc_cursor

string odbc_cursor (int result_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird der Cursorname ermittelt

 

nach obennach unten 

odbc_do

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

 

nach obennach unten 

odbc_exec

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

 

nach obennach unten 

odbc_execute

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

 

nach obennach unten 

odbc_fetch_into

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

 

nach obennach unten 

odbc_fetch_row

int odbc_fetch_row (int result_id [, int row_number])
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird eine Datenreihe ausgegeben

 

nach obennach unten 

odbc_field_len

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

 

nach obennach unten 

odbc_field_name

string odbc_field_name (int result_id, int field_number)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird der Spaltenname ermittelt

 

nach obennach unten 

odbc_field_type

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

 

nach obennach unten 

odbc_free_result

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

 

nach obennach unten 

odbc_longreadlen

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

 

nach obennach unten 

odbc_num_fields

int odbc_num_fields (int result_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird die Menge der Ergebnisspalten ermittelt

 

nach obennach unten 

odbc_num_rows

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

 

nach obennach unten 

odbc_pconnect

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

 

nach obennach unten 

odbc_prepare

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

 

nach obennach unten 

odbc_result

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

 

nach obennach unten 

odbc_result_all

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

 

nach obennach unten 

odbc_rollback

int odbc_rollback (int connection_id)
(PHP 3>= 3.0.6, PHP 4 >= 4.0b1)
Es wird eine Transaktion rückgängig gemacht

 

nach obennach unten 

odbc_setoption

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

 

nach oben
weiter:weiter Seite Oracle Funktionen
zurück:zurück Seite Netzwerk Funktionen
 

© 2001, 2002 E-Mail Damir Enseleit, mail@selfphp3.de