java - Writing Big XML in sybase and reading it? -
i inserting vey big xml in sybase column has type 'text'.
i writing using setstring in preparedstatement , reading using getstring.
but when select using getstring don't complete xml.
what can read/write complete xml?
doesn't sybase provide support clob data type (that more suitable storing large xmls) ? in preparedstatement, need use setclob() instead of setstring().
Comments
Post a Comment