Sybase 15.5 ODBC driver cannot retrieve the full content in a text column if the data in it exceeds 32768 characters (2^15) -


i store xml content string in text column, after upgrading sybase driver 15.5, cannot retrieve full string. truncated 32768 characters.

i have tried for xml auto, type keywords suggested here did not work me.

the driver i'm using is:

adaptive server enterprise 15.05.00.1

the server version is:

adaptive server enterprise/15.0.3/ebf 17163 esd#3/p/linux intel/linux 2.6.9-42.elsmp i686/ase1503/2726/32-bit/fbo/fri feb 5 04:45:36 2010'

does know if driver bug? there workaround?

the solution setting textsize before running query

set textsize  2147483647 

2147483647 2^ 31 - 1


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -