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 ...
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 ...
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 ...