Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Gahiggidy #1
How to SELECT DatePart as a new Variable
I need to select the date from a dateTime field as its own variable... for
grouping later in the output.<CFQUERY NAME="GetSessions"
DATASOURCE="#sourcename#">
SELECT DatePart(d, start_time) AS DayPart, start_time
FROM Sessions
</CFQUERY>
Gahiggidy Guest
-
Setting a CF variable onChange in <select>
Hi, How can I compare and a variable when a specific selection is made from a <select> list. ie. The select list looks like this... <select... -
Select a row from a DataGrid1 by passing a QueryString variable
I can not seem to get the row index in my datagrid containing the string id I pass in. Any suggestions? I know once I know the row index I will... -
variable select statement
I would like to have a form that gives the user choices for selection parameters for email, printing etc. A real simple example: Give me all... -
Session variable in SELECT statement?
What am I doing wrong here? This works: SELECT Count(ID) AS MyCount FROM mytable WHERE Status = '1' But when I try to add a session value in... -
DatePart query
Hi Group, i am trying to use the DatePart function on my SQL2000 database. I have a table called visitors with a field called DateTimeEntrance...



Reply With Quote

