include message to notify user of change in connection name format

This commit is contained in:
sbwalker
2026-01-19 11:56:54 -05:00
parent 1a777b29e0
commit 54d3f1c659

View File

@@ -209,6 +209,10 @@ else
{
_databasetype = _connection.Substring(_connection.LastIndexOf(" (") + 2).Replace(")", "");
}
else
{
_databasetype = $"Connection Needs To Be Renamed: '{_connection} (Type)'";
}
}
}
else