mirror of
https://github.com/andre-wojtowicz/qt-sql-example.git
synced 2024-11-23 15:30:27 +01:00
10 lines
140 B
INI
10 lines
140 B
INI
[sql]
|
|
engine=mssql
|
|
driver=SQL Server
|
|
address=localhost\\SQLEXPRESS
|
|
port=1433
|
|
authentication=server
|
|
login=user
|
|
password=password
|
|
database=db
|