> Hi all!
> 
> This is not a typical DB-Question, but I hope you give me some hints
> either...
> 
> If I insert a String instead of a date(f.Ex) into the DB, I get a
> Warning:
> 
> MS SQL message: Syntax error converting datetime from character
> string. (severity 16) 
> 
> How can I catch these warnings in PHP?

I believe mssql_get_last_message() is what you want.

--------------
Adam Alkins
http://www.rasadam.com
--------------




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to