开发者

how i can use mysql_error() function if i use php with sql server(mssql) or oracle

开发者 https://www.devze.com 2023-02-22 23:39 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消