Ask a Question related to Coldfusion Database Access, Design and Development.
-
Explorer5 #1
query with greater than date
how can i make a query which recieves dates greater or equal to todays date? I
tried this sql statement, but it included some dates from 2004 and '03. select
* from users,brides where brides.userid=users.userid and brides.weddatecomp >=
#createodbcdate(now())# thanks.
Explorer5 Guest
-
date query problem, date in variable
I am using the following query : $query_archief = "SELECT * FROM vacatures where dd_eind_plaatsing < $dd_eind_plaatsing_archief1" note:... -
Date Query
I am attempting to pull information from a database and the main criteria of how I retrieve the information in a date format. The startdate and... -
to check to date must be greater or equal from date
Hi All, I code my date selection like this : <select name="day" class="formData"> <cfloop index="d" from="1" to="31" step="+1"> <option... -
Date query in ASP
ASP/Scripting newbie question here. I have an access database that I am writing ASP pages to query and return the results. The end user can put... -
IS string date greater than or equal to a SQL server datetime record?
I need to figure out if the current date (passed in as a string) is equal to or greater then a field in my database in the format of- M/D/YYYY AND...



Reply With Quote

