|
@@ -804,10 +804,12 @@ namespace OTSIncAReportApp.DataOperation.DataAccess
|
|
|
if (System.IO.File.Exists(fullPath))
|
|
|
{
|
|
|
dbHelper = new SqlHelper("data source='" + fullPath + "'");
|
|
|
+ log.Warn("Loading the user standard library:" + fullPath + "!");
|
|
|
}
|
|
|
else if(System.IO.File.Exists(fullPath2))
|
|
|
{
|
|
|
dbHelper = new SqlHelper("data source='" + fullPath2 + "'");
|
|
|
+ log.Warn("Loading the user standard library:" + fullPath2 + "!");
|
|
|
}
|
|
|
else
|
|
|
{
|