PRB: "Unclosed Quote" Error when Calling Oracle Stored ProcedureLast reviewed: December 11, 1997Article ID: Q175090 |
The information in this article applies to:
SYMPTOMSThe following error occurs when previewing an Active Server Pages (ASP) page that calls an Oracle stored procedure:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quote before the character string ' '. <asp file name and line number> CAUSEThe conditions that cause this error are as follows:
cmdTemp.CommandText = 'dbo.''my_stored_proc'''Which should be the following:
cmdTemp.CommandText = 'dbo.my_stored_proc' RESOLUTION
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : kberrmsg Technology : kbInetDev Version : WINDOWS:1.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |