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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

c# - HwndSource win32 integration with Ribbons and KeyTips -