It's not a secret anymore!
The moose likes Beginning Java and the fly likes How can I see my record? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How can I see my record?" Watch "How can I see my record?" New topic
Author

How can I see my record?

Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
Hi Friends,
In my program when FixedDate is null I mean '00-00-0000' on database it will catch exceptions thrown since there is nothing to reformat and I try to put if condition to solve this problem but in toString() line it catch exceptions thrown again how can I solve this issiue and can see my record even if fixedDate is null?
Many thanks,
Elahe


Thanks,
Elahe
Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
Hi friends I solved it.Here is my code:
Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
If you have better idea please let me know...
Thanks,
Elahe
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can I see my record?
 
Similar Threads
'Syntax Error in Query operator' MS Access
problem while insert date data in mysql
Please help...
How can I solve IllegalArgumentException
How to write to new table?