Thanks for the suggestions. Unfortunately, the INSERT code you provided 
didn't work either.

Yes, the standalone SELECT does work.

At 08:32 PM 2/19/2005, you wrote:
>Nick Baker wrote:
> >
> > <cfquery name = "GetResultsDRC" dataSource = "DRDB" >
> >       INSERT INTO ChartGraph
> >       SELECT *
> >       FROM MasterTable
> >       Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime# AND
> > TransactionTime >=#StartTime#
> >       order by TransactionTime
> > </cfquery>
>
>Does the standalone SELECT work? How about:
>
>INSERT INTO ChartGraph (field 1, field2, field3)
>SELECT field1, field2, field3
>FROM MasterTable
>Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime#
>AND TransactionTime >=#StartTime#
>
>Jochem
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195617
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to