Yes Ken, I read this section. My DB is SQL 2005
I tried all the following settings:
ActiveRecord::ConnectionAdapters::SQLServerAdapter.native_text_database_type
= 'varchar(8000)'
ActiveRecord::ConnectionAdapters::SQLServerAdapter.native_text_database_type
= 'varchar(max)'
ActiveRecord::ConnectionAdapters::SQLServerAdapter.native_text_database_type
= 'text'
this not worked for me...
The output from console is here:
http://pastie.org/684628
"Also, can you explain what you
mean by "get content value, it's 4096 characters"? Does that mean
you
have a value stored in the column that is that long?"
Yes, I have 6000 characters stored in the column "content", however
when I start the application, I got just 4096.
In the Windows environment works well... but my server is Debian