using postgres jdbc driver in tomcat

2000-11-02 Thread Joakim Verona
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. does anybody have any

Re: using postgres jdbc driver in tomcat

2000-11-02 Thread romain
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