If you come across issues with text fields not loading in a recordset using ASP Classic and SQL Server - it seems like the nvarchar (which is for Unicode characters) can be a problem.
I switched all of what used to be my longtext / memo fields to varchar(2000) and they then were able to load. Even varchar(Max) had issues.
I found on one forum that if you change your SQL server connection string to the SQL Native Client provider, i.e. DRIVER={SQL Server}; becomes Provider=SQLNCLI that it might work for varchar(Max)
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.