ive got a db-class for mysql which i transformed to mssql but i can't seem to fetch the errors. it's allways displayed in the browser but i can't find the variable. the error occures with this line:
$this->Query_ID = mssql_query($Query_String,$this->Link_ID);
it's not in $this->Query_ID and i can't find a mssql_error funtion in php.
the data i'm writing into the table sometimes throws a unique-exception which i'd like to catch and give out a custom error message.
what can i do?
andreas owen
aowen@swissonline.ch
$this->Query_ID = mssql_query($Query_String,$this->Link_ID);
it's not in $this->Query_ID and i can't find a mssql_error funtion in php.
the data i'm writing into the table sometimes throws a unique-exception which i'd like to catch and give out a custom error message.
what can i do?
andreas owen
aowen@swissonline.ch