On Mon, Jun 25, 2001 at 01:42:18PM -0500, Michael Champagne wrote:
> I'm developing a web application and would like to be able to store the state
> of the application in an Oracle table by serializing a bunch of variables and
> storing them in the database.  Has anyone done this?  What datatype would be
> best to use here?  I'm not serializing too much data now, but other
> applications that we do in the future may.  Would this be a place to use a
> CLOB or should I stick with varchar2?  Thanks!

    depending on the size - i would use CLOB.

    tc

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to