Answered
Text datatype not showing using ASP/VBScript and SQL Server
Maybe someone help me with this since I normally use
PHP/MySQL but for this one instance I am using Classic ASP/VBScript
and MS SQL Server and I don't know that much. The scenario is I
have an old site that was designed using html tables and I'm doing
a CSS/XHTML upgrade on the visual design. As long as we are in
there, there are some pages that are dynamic and use a MS Access
database and we thought it is a good time to upgrade from that to
MS SQL Server (2005, to be exact). No time/money to upgrade from
classic ASP VBScript to ASP .NET though.
Overall, the upgrade has gone pretty well, mostly just required creating a new connection for the SQL Server DB in Dreamweaver after all the tables and data were migrated to SQL Server. Almost everything works as it should. One problem though.
For some reason, data that is of the data type "text" in SQL Server isn't showing up (or occasionally showing up). I even tried recreating recordsets and binding the data fresh and the code is more or less identical to what we had before. Anyone know what is going on or how I can get this data to show?
I'm thinking that maybe there are some single and double quotes in the text data and that might be screwing things up. I was hoping there is just a simple function I could apply to the code, but like I said, I don't know.
Thanks in advance for any help you can provide.
-Bill
Overall, the upgrade has gone pretty well, mostly just required creating a new connection for the SQL Server DB in Dreamweaver after all the tables and data were migrated to SQL Server. Almost everything works as it should. One problem though.
For some reason, data that is of the data type "text" in SQL Server isn't showing up (or occasionally showing up). I even tried recreating recordsets and binding the data fresh and the code is more or less identical to what we had before. Anyone know what is going on or how I can get this data to show?
I'm thinking that maybe there are some single and double quotes in the text data and that might be screwing things up. I was hoping there is just a simple function I could apply to the code, but like I said, I don't know.
Thanks in advance for any help you can provide.
-Bill
