1
0
mirror of https://github.com/akpaevj/OneSTools.Database.git synced 2024-11-30 08:16:39 +02:00

Update Program.cs

.
This commit is contained in:
Евгений Акпаев 2020-02-18 17:33:03 +03:00 committed by GitHub
parent d055ad8069
commit 82b6ef721a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,6 @@ namespace OneSTools.DatabaseTest
IntegratedSecurity = true
}.ToString();
//var connStr = new SqlConnectionStringBuilder()
//{
// DataSource = "s01",
// InitialCatalog = "erp_main",
// UserID = "sa",
// Password = "1qazxsw@"
//}.ToString();
var connection = new SqlConnection(connStr);
await connection.OpenAsync();