Hi all.
I need to put large text in a database field. When I try to use text data type or even varchar data type, the database only allow me to insertt 1024 characteres, even if I write the text directly on the database manager.
My problem is: Microsoft says I can store large text (up to 2 bilion char) in a text field and it doesn´t happens to me. I'm using SQL server 2000.
What is worng ????
My real problem is I need to store texts in a field, some of them with 1 milion chars. How can I do that ???
Thanks in advance
Dv
I need to put large text in a database field. When I try to use text data type or even varchar data type, the database only allow me to insertt 1024 characteres, even if I write the text directly on the database manager.
My problem is: Microsoft says I can store large text (up to 2 bilion char) in a text field and it doesn´t happens to me. I'm using SQL server 2000.
What is worng ????
My real problem is I need to store texts in a field, some of them with 1 milion chars. How can I do that ???
Thanks in advance
Dv