Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDBC MS Access

Status
Not open for further replies.

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.
 
Use the PreparedStatement.setDate() method.

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top