This has caused me considerable grief...

<cfset qEvents = QueryNew("TheID, TheDate, CatID", "Integer, Date,
Integer")>

Returns an error...

Parameter validation error for function QUERYNEW.  
The function takes 1 parameter.  


If I drop the colum type list, viz:

<cfset qEvents = QueryNew("TheID, TheDate, CatID")>

it works fine. 

Any tips please?

TIA!!!!!

++++++++++
Kevin Parker
Advanced Imaging

e: [email protected]
w: www.advancedimaging.com.au
m: 0418 815 527

++++++++++

http://au.linkedin.com/in/krparker



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343507
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to