SELECT « Date « Java Database Q&A





1. FileMaker 11 JDBC - How to SELECT the current system date?    stackoverflow.com

In Oracle, I can SELECT sysdate FROM dual to get the current system date/time. How can I do the same accessing a FileMaker database via the JDBC driver? Note: "Don't ...

3. date calculation inside select clause    coderanch.com

4. Inserting and selecting uncertain dates (eg 2001-00-00)    coderanch.com

Hi, I'm inserting and selecting dates into a MySQL database from jsp pages. However, some of the dates are uncertain - I don't know the month or day - so, for example I would like to insert the date as 2001-00-00 when I know the appropriate date is in 2001 but I don't know the month or day. MySQL recognises this ...

5. How to select time stamp data as date    coderanch.com

6. how to pass the date selected from the combo boxes on the page to the database ?    java-forums.org

hi i want to create a form for doctors to set shift from fromdate to todate. this has to be done on a jframe. I created a webservice with all the methods and added it to the application. I am not getting how to pass the data the user entered on the jframe form i.e to the database. following are the ...