Yes query should be same, because in any case you have to iterate through all the records fetched from underlying table.
Rosy Mary
Greenhorn
Joined: Jan 08, 2009
Posts: 16
posted
0
Hi,
It worked for me thanks a lot. And i too have some doubt regarding the frame created with out the maximise minimise and the close buttons. I have searched maximum posts for this question. But in most of them i found usage of the method SetDefaultLookAndFeelDecorated and iterating the method, this method is used for JFrames and my screens are designed using Frames.
Can you please let me know how i can incorporate this change in my code..
Thanks,
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Which doubt? I only see a question which is not related to JDBC at all. In English, a "doubt" roughly means "I understand it, but I don´t agree with it", while you actually don´t understand it. You really have a "question" or maybe just a "problem" ;) Start a new topic at the Swing forum. This has nothing to do with JDBC.
> And i too have some doubt regarding the frame created with out the maximise minimise and the close buttons.
> .... and my screens are designed using Frames.
frame.setUndecorated(true);
but you'll lose the border
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.