Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Retrieving CLOB data field from Oracle
#2

[eluser]fszostak[/eluser]
I found the solution in this thread http://ellislab.com/forums/viewthread/108172/#545496
Then i did create function to help.

Code:
function read_clob($field) {
    return $field->read($field->size());
}


Messages In This Thread
[SOLVED] Retrieving CLOB data field from Oracle - by El Forum - 08-05-2010, 10:51 AM
[SOLVED] Retrieving CLOB data field from Oracle - by El Forum - 08-06-2010, 12:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB