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:
parent
d055ad8069
commit
82b6ef721a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user