Welcome Guest, Not a member yet? Register   Sign In
Troubles with PostgreSQL
#5

[eluser]hrundel[/eluser]
Problem solved, thanks all.
var_dump($query) showed that result is empty, but $query->num_rows() worked. And following construction also worked:
foreach($query->result() as $row)
echo $row->field_name


Messages In This Thread
Troubles with PostgreSQL - by El Forum - 06-22-2007, 08:53 PM
Troubles with PostgreSQL - by El Forum - 06-23-2007, 08:49 AM
Troubles with PostgreSQL - by El Forum - 06-23-2007, 03:10 PM
Troubles with PostgreSQL - by El Forum - 06-25-2007, 09:41 AM
Troubles with PostgreSQL - by El Forum - 06-25-2007, 09:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB