I'm migrating several SQL databases from SQL Server 7 to 2000. I noticed that everything moves well except any column type that is set to text or ntext.
Any text or ntext columns will cause my ASP pages to blow up, giving an error that says "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done"
Is this something I'm doing wrong with the SQL database? Does anyone have any troubleshooting suggestions? Also, if I should looking for help instead on the ASP front, let me know.
Thanks in advance.
Michelle
Any text or ntext columns will cause my ASP pages to blow up, giving an error that says "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done"
Is this something I'm doing wrong with the SQL database? Does anyone have any troubleshooting suggestions? Also, if I should looking for help instead on the ASP front, let me know.
Thanks in advance.
Michelle