개정판 534ca9c5
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