Hi there ... in trouble again! ....
I have a database table with a 'TEXT' field in it, and I cannot figure out how to write to it via JDBC. I used getAsciiStream to retrieve text from the field, but have got a little stucj trying to get stuff back into the table.
Does anyone have any example code showing how to get a String into a 'TEXT' field?
Much appreciated .. thanks.
I have a database table with a 'TEXT' field in it, and I cannot figure out how to write to it via JDBC. I used getAsciiStream to retrieve text from the field, but have got a little stucj trying to get stuff back into the table.
Does anyone have any example code showing how to get a String into a 'TEXT' field?
Much appreciated .. thanks.