Welcome Guest, Not a member yet? Register   Sign In
mssql connection works procedurally but not with database class
#5

[eluser]bgreene[/eluser]
$this->load->database('mssqldb');
$qry = $this->db->query('select * from mytable');
foreach ($qry->result() as $row)
{
echo $row->Hosts;
}


Messages In This Thread
mssql connection works procedurally but not with database class - by El Forum - 09-25-2009, 02:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB