gratsami 0 Posted April 24, 2011 Share Posted April 24, 2011 hi, i have a class from (http://www.phpkode.com/source/s/pdo-multi-connection-class/pdo_database.class.php) and i connected with Oracle database and i retrieved data from database. but i try to retrieve CLOB it is return as (Resource id #4) the varchar2 , integer is ok but CLOB, BLOB, LOB is not ok. what is the problem, what i should to do? Regards; Link to post Share on other sites
Adam 73 Posted April 25, 2011 Share Posted April 25, 2011 Due to the way LOBs are stored internally, you can't return them like normal data types. Have a read of this article, it looks to explain the process pretty well. Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.