Is there some way to capture the mssql_error() output when using FreeTDS in conjunction with SQL2k? I know sybase usually just prings it but since there's no mssql_error() function in php how would I capture the error in a variable within a php script?
Thanks!
Well, found this link that seems helpful.
or you can make you life harder and use die()
i'm sure this isn't what you need, but another alternative nontheless.