September 15th, 1999, 11:26 AM
I am storing a large amount of text in a field on Sybase. I am useing MFC to write to and retrieve this text field. However I experience problems when I attempt to read/write more than 255 characters to this column. This is not an issue when talking to the database through the sybase 'interactive sql' so I think this is an ODBC issue.
The data type of the field is a varchar and I believe sybase stores characters beyond the 255th separately from the rest of the row.
Is there a workaround for this problem as I don't know how to go about solving it?
Any suggestions would be appreciated.
The data type of the field is a varchar and I believe sybase stores characters beyond the 255th separately from the rest of the row.
Is there a workaround for this problem as I don't know how to go about solving it?
Any suggestions would be appreciated.