Hello All ,

   still trying to get this thing to work.

   Why does this error? My field names are ID, date and name.



<cfquery name="event" datasource="#application.dsn#"  dbtype="ODBC">


 SELECT  date, name
 FROM entertain
GROUP BY DATEPART(m,date)
  ORDER BY month
 </cfquery>

 


Best regards,
 Jeff Fongemie                          mailto:[EMAIL PROTECTED]
------------------------ 
Internet Guns For Hire
(603) 356-0768



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to