Any ideas what might be causing this error?

It's intermittent and has been raised by multiple templates in my
application that have SQL select clauses.

===========
DIAGNOSTICSTEXT: unknown exception condition
PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag

The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (12:1) to (12:50) in the template
file [path/filename edited out].
===========

Here's the cfquery referenced in the error message:

<cfquery datasource=#session.ds# name="get_items">
 select itm_id, itm_name
 from centsup.item
 order by lower(itm_name)
</cfquery>

~~~~~~~~~~~~~~~~~~~~~~~~
Ricq Pattay <[EMAIL PROTECTED]>
Univ of MN College of Veterinary Medicine




------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to