arup majumder

Greenhorn
+ Follow
since Nov 28, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by arup majumder

Actually my sqlserver tables have Chinese and Japanese charracters. Because of which I am getting error. I am using sqljdbc4.jar and nzjdbc.jar as jdbc driver. Can you tell me how to set characterEncoding property. Or how to Encode Chinese characters.
I am trying to make a java jdbc code to transfer tables from sql server to Netezza. But as sql server tables having European characters so I cannot load the tables. I tried with java -Dfile.encoding=ISO-8859-15 -jar program.jar . But it didn't work. Can any body help me in it.
Thanks for all of your suggesions. I am new to Swing. Any way I found the solution. As I said I have a panes in it. I used pane.removeAll at the start of the function. So when ever this Function is called. 2nd frame get started from first. When I started to code it I was not knowing that JDialog works without any Container. Any way thanks to all of you for sharing your knowledge.
12 years ago
Thanks for reply. I have many other components in that frame like Panes
12 years ago
I have two frames and when I click login button in 1st frame second frame opens. After closing 2nd frame if I click first frame button again it overwrites the old 2nd frame. I cannot use exit_on_close as I dont want to stop the execution. I also tried with hide_on_close and dispose_on_close. None of it worked. Can any body tell me how to create new frame on clicking the button every time.
12 years ago