Thread: JDBC issue

JDBC issue

From
Tom Ansley
Date:
Hi all,

I've tried subscribing to the JDBC mailing list but for some reason it won't
let me so I thought I'd try here.

I am trying to place a value into my database using Java.  The field is of
type 'text' and I don't know the type that it needs to be in on the Java side
for it to work.  I have tried String but it comes back with a
ClassCastException.

Does anybody have the answer?

Thanks

Tom Ansley