Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ctromb

    Date Output

    Ecobb - Thanks Database field was set incorrectly as a text field not a date/time field, After change was made, using correct DateFormat string around my variable as well as Order By clause I was able to achieve results I was looking for, Thanks for pointing me in the right direction
  2. ctromb

    Date Output

    <CFQUERY name="GetSchedule" datasource="#Datasource#"> SELECT * FROM schedule ORDER BY 'eventdate' </CFQUERY> But using above query with (order by) is producing this output Monday, September 20, 2004 Wednesday, July 7, 2004 Sunday, April 18, 2004 Wednesday, May 12, 2004
  3. ctromb

    Date Output

    I have a variable named eventdate, which lists schedule dates for a concert in this format (Wednesday, July 7, 2004), they are being entered in a database through a form in a random order.So ASC or DESC in query output will not work. I need to display concert dates from most recent to furthest...
  4. ctromb

    Trojan? redirector?

    All bad urls are being redirected to http://hits.dailyvisitors.com/ ad-aware6.0 and norton not finding anything, and I have been unable to find any removal instructions.
  5. ctromb

    cffile wierdness - the ongoing saga

    This is something I used to upload a thumbnail and large image. <cfset idesty = &quot;your folder path&quot;> <cfif #form.sm_image# is not &quot;&quot;> <cffile action=&quot;UPLOAD&quot; filefield=&quot;form.sm_image&quot; destination=&quot;#idesty#&quot; NAMECONFLICT=&quot;MakeUnique&quot...
  6. ctromb

    New Columns Question

    I understand displaying data in columns when it comes to recordcount and mutiple records in a database, but what If I need to display 25 fields in 5 columns from 1 record in my database.

Part and Inventory Search

Back
Top