RE: java.util.Date versus java.sql.Date

2006-10-10 Thread David Griffiths
ailto:[EMAIL PROTECTED] Sent: October 10, 2006 12:04 PM To: mysql@lists.mysql.com Subject: java.util.Date versus java.sql.Date Hello Besides some obvious differences in implementations between util.Date and sql.Date are there any other issues/advantages or disadvantages using one versus the

java.util.Date versus java.sql.Date

2006-10-10 Thread Feliks Shvartsburd
Hello Besides some obvious differences in implementations between util.Date and sql.Date are there any other issues/advantages or disadvantages using one versus the other? Thanks