Re: [phplib] Inserting a string of 5000 characters in ORACLE [was: Insertar en ORACLE...] From: Seoman (seoman <email protected>)
Date: 04/28/00

=======================================================
Translation (near as I can tell):

I am using PHPLIB and registering very large session variables. When it is
very long, [me peta ?] that it can't update the VAL field of ACTIVE_SESSIONS
because it's very long.

I have proven with another table and it gives me an error of that string in
quotes cannot be greater than 2000. Do I have to insert it? The field is
LONG which allows up to 2Gb.
======================================================

It sounds like you need to use the CT_Split_Sql class for your session
storage; perhaps someone with more experience with it than I do can help.

____________________________________________
Nathaniel Price <seoman <email protected>>
"Microsoft Works? Isn't that an oxymoron?"

----- Original Message -----
From: "Jaume Homs" <jhoms <email protected>>
Cc: <phplib <email protected>>
Sent: Friday, April 28, 2000 2:38 AM
Subject: [phplib] Insertar en ORACLE un string de 5000 caracteres

Estoy utilizando las PHPLIB y registrando variables de sesión muy largas.
Cuando es muy larga, me peta que no puede actualizar el campo VAL de
ACTIVE_SESSIONS porque es muy largo.

He probado con otra tabla y me da un error de que un string entre comillas
no
puede ser mayor de 2000. Como lo tengo que insertar?? El campo es un LONG
que
permite hasta 2Gb.

Jaume

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>