forked from andre/qt-sql-example
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
|