Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

help with ResultSet getDate() function

843854Nov 25 2002 — edited Mar 20 2003
I am using the getDate() function to retrieve a field from a
SQL server database.

if i have a resultSet rs and have the following statement :
rs.getDate("BillingDate")

what do i assign it to? i would like to parse the date and extract the day, month and year.

Thanks in advance.

Kalpan.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2003
Added on Nov 25 2002
6 comments
338 views