ec.local => infineon.com

New UserSecretsId
This commit is contained in:
2023-10-31 21:40:11 -07:00
parent 4cc5219409
commit f684c4b7ef
6 changed files with 21 additions and 22 deletions

View File

@ -72,7 +72,7 @@ public class AttachmentsService : IAttachmentsService
queryString = "SELECT * FROM " + toolType.HeaderTableName + " WHERE AttachmentId = '" + title + "'";
}
DateTime SearchDate = new();
string connectionString = @"Server=messv01ec.ec.local\PROD1,53959;Database=Metrology_Archive;Integrated Security=True";
string connectionString = @"Server=messqlec1.infineon.com\PROD1,53959;Database=Metrology_Archive;Integrated Security=True";
using (SqlConnection connection = new(connectionString))
{
SqlCommand command = new(queryString, connection);