jdbc - How to retrieve data from a table in a database and print it in a table in a GUI form in Java -


i have database tables in contains information. retrieve data table on database table have made on gui form. have tried retrieving data using system.out.print method , results, meaning database connection works , recognizes table. problem not know how tables in code. please keep in mind gui made, code generated automatically not have 100% access code.

your connection database seems correct, however, cannot set table contain values need. if diagnosis correct, below find useful information:

i not know using tables, assume using jtable, if use else, technical details should change thought process should remain intact.

to general knowledge, please read this tutorial.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -