>From the Allaire Site, Article 8849:
You receive PCode errors when browsing ColdFusion pages.
You may be receiving errors like the one below when browsing pages in your
ColdFusion application:
Error Occurred While Processing Request
Error Diagnostic Information
CMemoryException: unknown cause
pCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
These errors can be caused by many different things. Here are two potential
resolutions to the error:
Using CFLOCK around all SESSION, APPLICATION and SERVER variables
Any time you set any SESSION, APPLICATION or SERVER variables in your
application, you should use CFLOCK. The CFLOCK tag provides locks to ensure
the integrity of shared data. Use CFLOCK to guarantee that multiple
concurrently executing requests do not manipulate shared data structures,
files, or CFXs in an inconsistent manner. For more information and syntax on
how to use CFLOCK, check out the CFML Tag Reference, which is included in
your ColdFusion Server documentation (both printed and online).
Upgrading Microsoft's ODBC Drivers
The ODBC drivers that Microsoft shipped with SQL Server 7.0 are not
compatible with ODBC Jet 3.5 applications (including Access). They have
since released a Service Pack which resolves this issue. Go to Microsoft's
web site for more information and to download MDAC 2.1, Service Pack 2 (GA).
You should also download and install the ColdFusion 4.01 update available
from http://www.allaire.com/download.
----- Original Message -----
From: "Douglas Jordon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 4:27 PM
Subject: new error
> Has anyone ever seen this error:
>
> PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
>
> I'm getting it from: SELECT * FROM TABLE WHERE ID = #PASSED_ID#
>
> There are a lot of fields(54, to be exact). It works when I ask for less
> data.
>
> Any ideas?
>
> TIA,
>
> Doug Jordon
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists