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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -