Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 532 Bytes

Ticket_managetment_system

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.

Basic functions

  • login
  • update, delete, insert and select operations to the data

tools

  • Qt
  • SQL Server

Key steps to the implementation

  • use SQL to create database
  • use ODBC to create data source name(DSN)
  • use Qt to build connection with the data source