Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag

Status
Not open for further replies.

fiber0pti

ISP
Nov 22, 2000
96
US
I'm using SQL 7.0 It won't let me view tables or anything with coldfuion.
I get an error:
Error Diagnostic Information
CMemoryException: unknown cause

PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag

my code is:
<cfquery name=&quot;testing&quot; datasource=&quot;vizeon&quot; dbtype=&quot;ODBC&quot; username=&quot;username&quot; password=&quot;pass&quot;>
SELECT *
from events
</cfquery>

What does this mean?
 
Did you set up a DSN on the Coldfusion Server and let it know where the &quot;vizeon&quot; is

Hope this help
GH
 
Hey Fiber,

Whenever I've seen those PCode errors, it's usually not something in the code. I've run across them with CFftp and CFmail/pop if memory serves me correctly and it usually ended up being a bug in the CF service. I would restart the service and see if it continues. If it does, I would update your ODBC drivers (assuming you're using it) to MDAC 2.5 but not later as I believe there are some issues with later versions. If you're not using it, I would switch to ODBC and see if it continues.

Hope this helps,
GJ
 
I have done all of those and the problem presists. Thanks for the help though..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top