Student Name Roll No. Reg. No Course Name Gread Point
return 2;
else if(@pg_num_rows($this->res) > 0) { return 1; }
}
return 0;
$this->error = @pg_last_error($this->connection);
{
if(false===($this->res=@pg_query($this->connection
break;
return 2;
else if(@mssql_num_rows($this->res) > 0) { return 1; }
}
return 0;
{
if(false===($this->res=@mssql_query($query
break;
return 2;
else if(is_resource($this->res)) { return 1; }
}
return 0;
$this->error = @mysql_error($this->connection);