Forum: ColdFusion Aug 29th, 2005 |
| Replies: 3 Views: 3,684 Re: conditional database query this is what i have so far i aint even checked it but its asp, i think i should work in cf if i change it to cfif and cf efelseif, sorry im new to this and im still learning
the two user names = joe1... |
Forum: ColdFusion Aug 25th, 2005 |
| Replies: 3 Views: 3,684 conditional database query help
im trying to create a conditional database query this is what i have
<CFQUERY name="qget_by_date" datasource="log">
Select * FROM productioninfo
WHERE ((txtdate =#LSDateFormat(Now(),... |