The information in this article applies to:
SYMPTOMS
When viewing an Active Server Pages (ASP) page that uses ADO to access a database you may receive the following error:
CAUSE
When authoring ASP pages, it is a common practice to substitute an equal sign for Response.Write. For example, instead of typing the following
You can use the following abbreviation
This is much like using a question mark instead of the word "Print" in Visual Basic. Leaving out the equal sign as in the following example will produce the above error message:
RESOLUTIONInserting the equal sign or using the full Response.Write syntax will resolve this error. STATUSThis is by design. Additional query words:
Keywords : kberrmsg kbADO kbASP kbDatabase kbGrpASP kbGrpMDAC kbDSupport kbRDS210SP2 kbiis400 kbiis500 |
Last Reviewed: December 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |