On Thu, 2 Nov 2000, Joakim Verona wrote:

> hello,
> 
> im using the postgress jdbc driver in tomcat, with the poolman
> connection pooling package.
> 
> it works well, but there is a strange limit on the lengths of texts
> that are possible to insert, i can only insert about 8k long texts using
> the setString function.

I don't know wether this is normal or not, but
with SQL you can expect a low of irregular behaviour.
fe, some SQL implementations don't allow all text in 
a VARCHAR (fi they don't like commas) so you have to PEM
encode them.
You can expect al sorts of other problems if you switch database.

> (i realise this is sligthly off topic)

it is.

Sloot.

Reply via email to