It is merely a simple database experiment. "mainwindow" file is the initial window when you start the system, "login" file covers the implementations of login and other operations to the database. Other files are not used currently.
- login
- update, delete, insert and select operations to the data
- Qt
- SQL Server
- use SQL to create database
- use ODBC to create data source name(DSN)
- use Qt to build connection with the data source