Dear Friends, fixedDate is Date type how can I get this field is this correct?"fixedDate = rs.getDate(3);"
Thanks,
Elahe
Corey McGlone
Ranch Hand
Joined: Dec 20, 2001
Posts: 3271
posted
0
Well, you might have a little more luch asking questions like this in the JDBC forum, but this looks fine to me. Are you having problems with this? As far as I can tell, the code you wrote should work. If you're looking for more info on JDBC, check out this tutorial. Hope that helps, Corey
So as you said it is correct I can ask my next question I want to read data from one trable to another and this time both table are EXACTLY the same do you have any idea why it is not working and gives me this error? Many thanks, Elahe java.lang.NoClassDefFoundError: WEB-INF/classes/com/srs/bugtrack/Rdate (wrong name: com/srs/bugtrack/Rdate) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:486) ... Exception in thread "main" ---------------------