Originally posted by John Wetherbie:
Aside from the exception problem you need to decide what you will be doing with this information. If all you are doing is displaying then a String should be fine. Since most of the java.sql.Date interface is deprecated (in 1.2 and up) what is driving you to use a Date?
Hello John and all of you guys. Thanks for your suggestion. Being in Australia complicates my postings, While I'm sleeping everyone is awake!!
Ok, let's begin. What i want to do with the date is display it in a table. But later one I want to add a feature in which a user should be able to sort the results by date. So I thought that if I get the date from the database, but store it as a string in my Bean I might complicate things later, so I decided to change my bean property for a Date instead of a string.
Now I'm getting this weird exception. By the way, I'm starting to hate Forte for
Java , it's so damn slow and sometimes behaves really strange. Here's the exception:
I understand nothing. I don't know, I might leave it the way it was before... what do you guys think?
thanks in advance