프로젝트

일반

사용자정보

개정판 534ca9c5

ID534ca9c5e86adbb5f736b106866ae614e5413fa7
상위 cf26ab05
하위 4b64beee

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #1227 : mapping ui and remve db file

Change-Id: I85a9520fda256fe2f45aa7485da15665fdc8ad24

차이점 보기:

DTI_PID/APIDConverter/DB/Project_DB.cs
302 302

  
303 303

  
304 304
        #region AVEVA
305
        private static string GetAvevaConnectionString()
305
        public static string GetAvevaConnectionString()
306 306
        {
307 307
            string strConn = string.Empty;
308 308
            if (Utilities.strSQLWinAuthentication.ToUpper() == "YES")
......
318 318
            return strConn;
319 319
        }
320 320

  
321
        private static string GetAvevaConnectionString_Reports()
321
        public static string GetAvevaConnectionString_Reports()
322 322
        {
323 323
            string strConn = string.Empty;
324 324
            if (Utilities.strSQLWinAuthentication.ToUpper() == "YES")
......
334 334
            return strConn;
335 335
        }
336 336

  
337
        private static string GetAvevaConnectionString_Admin()
337
        public static string GetAvevaConnectionString_Admin()
338 338
        {
339 339
            string strConn = string.Empty;
340 340
            if (Utilities.strSQLWinAuthentication.ToUpper() == "YES")

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)