Naveen Asha

Greenhorn
+ Follow
since Mar 30, 2003
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 Naveen Asha

Dear Ko Ko Naing,
No doubts your efforts are much appreciated to make PDF of Mikalai notes . Are your PDFs sync day to day updates coming form Mikalai.



Thanks,
Naveen
Dear all,
If some did specs to objectives mapping for SCBCD 5.0 kindly share. Valentin Crettaz's mapping for SCBCD 2.0 was a great effort. Hope you know nothing can come outside the spces.

Thanks,
Asha
About all who passed SCWCD exam recommend Head first Servlets & JSP. Any one know any other good resource on web.

Further if someone know from where this book is available in Pakistan.

Regards,
Naveen
Dear All,
I am using JTree and JTable, while JTree nodes are table names of database. I want to make application of a kind that while a user click on a jtree node thats display data in JTable.
But problem is that it only show contents of first node/table, which are default. It not update JTable as user click on second node. What I do for this is that when a user click on new node it create TableModel and handover to JTable.
Please help me!
Naveen
20 years ago
I just want an IDE that give me relief to setting component on container visually. Just like VB or VC.
A good IDE is needed for JAVA gorwth.
naveen
20 years ago
Dear all,
Can any one tell me that is there any free swing tool/designer available? Just to design main GUI/SWINGS interface.
Not lide other expensive IDE thats take you away from real code.
Thanks,
Naveen
20 years ago
Sorry, it is getTableName(int)
20 years ago
There is method in ResultSetMetaData to get table name.
ResultSetMetaData.getCatalogName(int)
20 years ago
Dear All,
I am using a JTable with AbstractTableModel, it query the database and load all data. I can easily edit/save changes in the database through 'update/set' query.
But I want to add new rows in the database through JTable. For this reason JTable should give 5-10 blank rows and user can enter new data directly in these rows and save to database.
Any one know how to do it, please help me!
Naveen
20 years ago
How we can convert a resultset in a collection framework e.g. ArrayList or Vector?
Thank you,
Naveen
Dear All,
I'm here again with a new problem, can any one give me the code or tell me any site witch have good examples of jtable.
Actually I want to update and edit my jtable and save values in database. I have check lot of sites and examples but in vain.
I will be very gratefull if some one can help me.

Thank you,
Naveen
20 years ago
Dear All,
I have create a JTree for my application. When I create new Nodes in this JTree, they obviously vanished when I open my application again.
I want to save these newly constructed JTree Nodes hierarchy in database or somewhere else. Please help me!
Thank you,
Naveen
20 years ago