Mapping SQL date to java type
843859Mar 5 2007 — edited Mar 6 2007Hi i seem to be having a problem mapping a date value. They appear in the database in the format month/day/year two digits each. Retreiving the value from the resultset using rs.getDate(..) and mapping it to type java.sql.date.
Help appreciated, if you need more information let me know in reply.