1
0
An exemplary Qt app that connects to SQL server and displays a table from a database
Go to file
Andrzej Wójtowicz bfd1196b70 Update README.md
2017-09-01 23:02:10 +02:00
res Added project files 2017-09-01 22:53:26 +02:00
src Added project files 2017-09-01 22:53:26 +02:00
.gitignore Added project files 2017-09-01 22:53:26 +02:00
config.ini Added project files 2017-09-01 22:53:26 +02:00
qt-sql-example.pro Added project files 2017-09-01 22:53:26 +02:00
README.md Update README.md 2017-09-01 23:02:10 +02:00
screenshot.png Added project files 2017-09-01 22:53:26 +02:00

Qt SQL Example

An exemplary Qt app that connects to SQL server and displays a table from a database. The program was made for educational purposes.

The program was tested on:

  • client: Windows 10, Qt 5.9.1,
  • servers: MySQL Server 5.5.57, Microsoft SQL Server 2008 R2 SP3.