Hi,
I am connecting to a 4D (fourth dimension brand) database with its crappy jdbc driver.
I have a CLOB on the database and when I fetch it either through getString or getClob, I don't get line returns, everything seems to come in one line.
But, if I do do a select on NetBeans database explorer and I copy and paste the value on the editor, It DOES pickup up the \n.
I have noticed that instead of \n\ I am getting character 13
Anybody know why these \n line returns are not coming as they should?
I am using windows 7 64 bit
Pablo