I do not understand nor can I figure out how to fix the following error
from a stored procedure.
Doe anyone know what this error means?
Sebastian
----------------------
Error Diagnostic Information
CMemoryException: unknown cause
PCodeRuntimeContextImp::executeSQLTagCFStoredProc::endTag
The error occurred while processing an element with a general identifier of
(CFSTOREDPROC), occupying document position (24:1) to (25:33).
----------------------
<cfstoredproc procedure="spSelectTranslation"
datasource="arica">
<cfprocparam type="in"
cfsqltype="cf_sql_varchar"
dbvarname="@LanguageID"
value="#Trim(URL.LanguageID)#">
<cfprocparam type="in"
cfsqltype="cf_sql_varchar"
dbvarname="@TrainingTranslationID"
value="#Trim(URL.TrainingID)#">
<cfprocparam type="in"
cfsqltype="cf_sql_smallint"
dbvarname="@TrainingTranslationType"
value="#Trim(URL.Type)#">
</cfstoredproc>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists