hi,

i've got a ResultSet r and one PreparedStatement s and i do something like
  s.setObject(1, r.getObject(1));

and after that, my LONG field contains "[EMAIL PROTECTED]" which is not what i expected.

I thought, that r.getObject() would return a String. It works for other column-types like VARCHAR, INT etc.
It seem to only affect LONG columns.



_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to