-
Using JDBC with table
how can I connect my 3*3 table with JDBC..the table being used in Sudoku
-
create a connection, use a select query returning the table entries and put them in a table model which you hand over to a jtable. read about jdbc tutorials and jtable tutorials. if something changes (by another programm e.g.) in the db table you have to make sure that your table model is filled with the new values and a firetableupdate is done... actually this is not a beginner task if you are not familiar with swing and jdbc... but other question - why the **** you wanna do that..
Similar Threads
-
By dhaya in forum Database
Replies: 11
Last Post: 08-25-2003, 05:24 PM
-
Replies: 0
Last Post: 04-04-2003, 05:25 PM
-
Replies: 0
Last Post: 04-04-2003, 05:13 PM
-
By Bob Hines in forum Database
Replies: 7
Last Post: 04-27-2000, 11:14 AM
-
By Bob Hines in forum Database
Replies: 2
Last Post: 04-13-2000, 01:53 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks