Welcome Guest, Not a member yet? Register   Sign In
postgresql error code
#1

hey 
i want to see database error code in postgresql when some  database connection values are wrong.
i use  $this->db->error() but postgresql not showing error code.
in postgre_driver.php has that function 
PHP Code:
public function error()
    {
        return array(
'code' => '''message' => pg_last_error($this->conn_id));
    } 
i used pg_result_error function but it didnot show me the error codes. 
how can i see error code or how can i set error code in posgresql ?

thanks for helping
Reply


Messages In This Thread
postgresql error code - by makif - 05-13-2019, 04:15 AM
RE: postgresql error code - by php_rocs - 05-13-2019, 06:27 AM
RE: postgresql error code - by makif - 05-13-2019, 07:53 AM
RE: postgresql error code - by php_rocs - 05-13-2019, 10:19 AM
RE: postgresql error code - by makif - 05-13-2019, 11:40 PM
RE: postgresql error code - by php_rocs - 05-14-2019, 12:52 AM
RE: postgresql error code - by makif - 05-14-2019, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB