how i can use mysql_error() function if i use php with sql server(mssql) or oracle
how i can use mysql_error() function if i use php with sql server(ms开发者_开发技巧sql) or oracle ?
You can not use mysql_error with myssql or oracle databases.
they have their own
mssql_get_last_message for mssql.
oci_error for oracle.
精彩评论