Skip to content

This Java Swing program allows the user to connect to a database and execute various queries.

Notifications You must be signed in to change notification settings

bryandaniel1/simple-sql-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

simple-sql-window

Program Description

This Java Swing program allows the user to connect to a database and execute various queries. On startup, a setup window appears to collect connection properties for the database. Once tested, the connection properties are saved and used for queries executed from the query window. The simple program gives the user options to execute multiple queries at once, clear results, change database connection, and exit the program. The screenshots below show the program in action.

The database connection properties are collected in the setup window.

Setup Window

Figure1. Connection Properties Setup Window

SQL statements are executed from the query window.

Query Window

Figure 2. Query Window

About

This Java Swing program allows the user to connect to a database and execute various queries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages