Query to match date -- ODBD -- Access database

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Query to match date -- ODBD -- Access database

    I am running CF5, and using ODBC to query an Access 2002 database. I think
    these are the parts of my program that illustrate the problem:

    <cfset RequestTime = createodbcdatetime(Now())>
    dwf Guest

  2. Similar Questions and Discussions

    1. Query Access Via Date Ranges
      Hey, crew... Just trying to figure out the best way to perform queries based on certain date ranges Example: Let's say I want to pull all...
    2. Question - query Access database
      I removed the cfloop code and the query worked: <cfoutput query="statistics"> .. . . </cfoutput> instead of <cfoutput> <cfloop...
    3. Error Executing Access Database Query
      The query works in 5, chokes in MX7 Error Message: Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. ...
    4. Access Date Time Query
      I am having some trouble with a query for Date Time in Access. I assume it is because the Access formatted date is Date/Time with stored data that...
    5. MS Access + date query
      Hi I have got access table with two date/time field namely field1 and field2. I made one html form that inputs two dates (it's not mandatory...
  3. #2

    Default Re: Query to match date -- ODBC -- Access database

    The SELECT should end with an "ORDER BY," rather than a "SORT BY," but that correction does not eliminate the error message regarding the date.
    dwf Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139