May 9, 2005 #1 tdion MIS Dec 18, 2003 61 US I want to use the Date format in Access 2002 for a list of dates. They are easier to sort than strings. What format should I use? Simple date? What should the JDBC SQL statement look like to run a query on the date? Thanks.
I want to use the Date format in Access 2002 for a list of dates. They are easier to sort than strings. What format should I use? Simple date? What should the JDBC SQL statement look like to run a query on the date? Thanks.
May 9, 2005 #2 sedj Programmer Aug 6, 2002 5,610 Use the PreparedStatement.setDate() method. -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Use the PreparedStatement.setDate() method. -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk