Hi!
I´ve encountered a VERY annoying problem! I have an ASP-web using SQL Server 7. Now I´ve come across the problem with cut-off texts...on the webpage the texts are complete, but when I run a PDF-generating program that uses ASP and PDFlib with Stored Procedures it cuts off texts after 256 characters. I used Query Analyzer to make a SELECT and even then the texts are cut-off. How can this be? The datatype is ntext(16) which was automatically set when I exported the db from Access where it was a Memo field.
I´ve encountered a VERY annoying problem! I have an ASP-web using SQL Server 7. Now I´ve come across the problem with cut-off texts...on the webpage the texts are complete, but when I run a PDF-generating program that uses ASP and PDFlib with Stored Procedures it cuts off texts after 256 characters. I used Query Analyzer to make a SELECT and even then the texts are cut-off. How can this be? The datatype is ntext(16) which was automatically set when I exported the db from Access where it was a Memo field.