nohandlesleft254
IS-IT--Management
Hi,
Can anyone see whats wrong with the query or queries below, i keep getting the error - 'Query Of Queries runtime error.
Comparison Exception: While executing "=" ' but i can see a thing wrong...
<cfquery name="CheckForUnits" dbtype="query">
SELECT
SerNr,
PlanRef,
Code,
Name,
Quant,
Hand,
Height,
Width,
Depth,
TotalPrice,
RowTotalPrice,
UnitText,
IntDepth,
ItemClass,
SpecDRang,
ItGroup,
ConfirmOK
FROM RecordRows
WHERE ItGroup = <cfqueryparam cfsqltype="cf_sql_char" value="UNIT">
AND PlanRef IN (<cfqueryparam list="yes" separator="," value="#preserveSingleQuotes(form.PlanRef)#">)
ORDER BY PlanRef ASC
</cfquery>
Can anyone see whats wrong with the query or queries below, i keep getting the error - 'Query Of Queries runtime error.
Comparison Exception: While executing "=" ' but i can see a thing wrong...
<cfquery name="CheckForUnits" dbtype="query">
SELECT
SerNr,
PlanRef,
Code,
Name,
Quant,
Hand,
Height,
Width,
Depth,
TotalPrice,
RowTotalPrice,
UnitText,
IntDepth,
ItemClass,
SpecDRang,
ItGroup,
ConfirmOK
FROM RecordRows
WHERE ItGroup = <cfqueryparam cfsqltype="cf_sql_char" value="UNIT">
AND PlanRef IN (<cfqueryparam list="yes" separator="," value="#preserveSingleQuotes(form.PlanRef)#">)
ORDER BY PlanRef ASC
</cfquery>