forked from andre/qt-sql-example
Minors along with readme update
This commit is contained in:
parent
70cba442ea
commit
e51d46ae4c
@ -14,17 +14,17 @@ The program reads `config.ini` on startup. The file must be located in the app w
|
|||||||
|
|
||||||
## SQL database drivers
|
## SQL database drivers
|
||||||
|
|
||||||
A comprehensive discussion about SQL database drivers can be found in [Qt Documentation](https://doc.qt.io/qt-5/sql-driver.html).
|
A comprehensive discussion about SQL database drivers (Qt driver plugins as well as system drivers) can be found in [Qt Documentation](https://doc.qt.io/qt-5/sql-driver.html).
|
||||||
|
|
||||||
### Windows 10
|
### Windows 10
|
||||||
|
|
||||||
* Both Qt driver plugins should be already bundled with Qt SDK.
|
* Both Qt SQL driver plugins should be already bundled with Qt SDK.
|
||||||
* System ODBC driver should be already bundled with Windows.
|
* System ODBC driver should be already bundled with Windows.
|
||||||
* System MySQL driver can be *installed* by placing `libmysql.dll` from [C API for MySQL (mysqlclient)](https://dev.mysql.com/downloads/connector/c/) in the app working directory.
|
* System MySQL driver can be *installed* by placing `libmysql.dll` from [C API for MySQL (mysqlclient)](https://dev.mysql.com/downloads/connector/c/) in the app working directory.
|
||||||
|
|
||||||
### Ubuntu 16.04
|
### Ubuntu 16.04
|
||||||
|
|
||||||
Packages with Qt driver plugins and system SQL manager with drivers:
|
Packages with Qt driver plugins and system SQL drivers:
|
||||||
|
|
||||||
* MySQL - `libqt5sql5-mysql` `libmysqlclient20`,
|
* MySQL - `libqt5sql5-mysql` `libmysqlclient20`,
|
||||||
* MSSQL/ODBC - `libqt5sql5-odbc` `libodbc1` `odbcinst` `unixodbc` `msodbcsql`__*__.
|
* MSSQL/ODBC - `libqt5sql5-odbc` `libodbc1` `odbcinst` `unixodbc` `msodbcsql`__*__.
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -48,7 +48,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Qt SQL database drivers</string>
|
<string>Qt SQL database driver plugins</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QLabel" name="label_qmysql_icon">
|
<widget class="QLabel" name="label_qmysql_icon">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
|
Loading…
Reference in New Issue
Block a user