Can any body help me to solve the problem of How to get integer values using Jtable from database

Recommended Answers

All 3 Replies

Read the JDBC and Swing Tutorials.

you don't "get" anything from a "database" using a JTable.
The JTable just provides you a view on data you retrieved elsewhere and stored in its datamodel.

you don't "get" anything from a "database" using a JTable.
The JTable just provides you a view on data you retrieved elsewhere and stored in its datamodel.

Thankyou very much for your reply.Main problem is I am not able to view number type.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.