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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -