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

search for in the

mssql_next_result> <mssql_min_error_severity
Last updated: Fri, 18 Jul 2008

view this page in

mssql_min_message_severity

(PHP 4, PHP 5, PECL odbtp:1.1.1-1.1.4)

mssql_min_message_severity — Setta li livello critico minimo di messaggi

Descrizione

void mssql_min_message_severity ( int $livello_critico )
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.



add a note add a note User Contributed Notes
mssql_min_message_severity
jotaylor at hightechinstitute dot edu
28-Dec-2006 08:54
The Severity Codes are:

10 - Status Message:Does not raise an error but returns a string.
11, 12, 13 - Not Used
14 - Informational Message
15 - Warning Message
16 - Critical Error: The Procedure Failed
VGR at edainworks dot com
03-Jun-2004 10:23
very useful function to prevent the silly "message: blah blah blah" lines issued by the DB layer.

Just set the level to 17 and mssql_select_db() will (at last) leave you alone ;-)

mssql_next_result> <mssql_min_error_severity
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites