Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 nText problem when using replace in asp page

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-09 : 16:28:24
Johny writes "I have a filed in a table with a nText datatype. When processing the field in a asp page with a Replace, I get the error:

Error Type:
(0x80020009)
Exception occurred

Any idea? The line where the error occures is:

strPage = Replace(strPage, "PutPageContentHere", rsPages.Fields(7))

It's a template I put page content into, and the field(7) is the content in html!"
   

- Advertisement -