how do i get the autonumber generated in a table by an insert query.
I have tried a select statement with comparisons to the data i have added just after the insert query but this does not seem to work.
It works when i reload the page but at this stage the data has been inserted twice into...
I want to be able to change the format of the date returned from an access database 1999-09-01 00:00:00 to standard format eg. 24/01/03
here is the code i used
String dbdate = rsCV.getString("thirdlevelDateFrom");
//Date today = new Date();
DateFormat formatter;
formatter =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.