PRB: ASP/ADO Coding Error Produces ASP 0115 ErrorID: Q203573
|
When viewing an Active Server Pages (ASP) page that uses ADO to access a database you may receive the following error:
error 'ASP 0115'
Unexpected error
/webapp/pagename.asp
A trappable error occurred in an external object. The script cannot continue running.
When authoring ASP pages, it is a common practice to substitute an equal sign for Response.Write. For example, instead of typing the following
<% Response.Write RS.fields(1) %>
<% =RS.fields(1) %>
<% RS.fields(1) %>
Inserting the equal sign or using the full Response.Write syntax will resolve this error.
This is by design.
Additional query words:
Keywords : kberrmsg kbADO kbASP kbGrpASP
Version : WINDOWS:1.0,2.0,6.0; winnt:
Platform : WINDOWS winnt
Issue type : kbprb
Last Reviewed: July 29, 1999