Welcome Guest, Not a member yet? Register   Sign In
Problem when trying to display image from database
#18

[eluser]rachj[/eluser]
Hi,

I am trying to print a long string that I have stored as a CLOB type column in ORACLE. I am trying to use the code as suggested in this thread.


$this->db->select("RESIDUES");
$this->db->from($table);
$Q = $this->db->get();

foreach($Q->result() as $field){
$s = $field->RESIDUES;
$ss = $s->size();
}

On running this, I get the following error for OCI-Lob object
Fatal error: Call to a member function size() on a non-object in (some path)/system/application/controllers/display/general_sequence.php on line 39

I would appreciate any help with this.
Thanks


Messages In This Thread
Problem when trying to display image from database - by El Forum - 03-10-2009, 05:42 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 06:52 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:23 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:30 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:46 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 07:55 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:05 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:15 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:30 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:36 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:38 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:45 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 08:52 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 09:01 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 09:17 AM
Problem when trying to display image from database - by El Forum - 03-10-2009, 12:42 PM
Problem when trying to display image from database - by El Forum - 03-10-2009, 12:46 PM
Problem when trying to display image from database - by El Forum - 08-10-2010, 05:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB