PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

odbc_exec> <odbc_error
Last updated: Fri, 18 Jul 2008

view this page in

odbc_errormsg

(PHP 4 >= 4.0.5, PHP 5)

odbc_errormsg — Restituisce l'ultimo messaggio d'errore

Descrizione

string odbc_errormsg ([ resource $id_connessione ] )

la funzione restituisce una stringa contenente l'ultimo messaggio di errore generato da ODBC, oppure una stringa vuota se non ci sono errori. Se viene passato il parametro id_connessione , viene restituito l'ultimo stato di questa connessione, altrimenti si ha l'ultimo stato dell'ultima operazione su una qualsiasi connessione.

Questa funzione restituisce valori sensati se l'ultima query ODBC è fallita (ad esempio odbc_exec() restituisce FALSE).

Vedere anche: odbc_error() and odbc_exec().



add a note add a note User Contributed Notes
odbc_errormsg
There are no user contributed notes for this page.

odbc_exec> <odbc_error
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites