개정판 534ca9c5
dev issue #1227 : mapping ui and remve db file
Change-Id: I85a9520fda256fe2f45aa7485da15665fdc8ad24
DTI_PID/APIDConverter/AutoModeling.cs | ||
---|---|---|
79 | 79 |
try |
80 | 80 |
{ |
81 | 81 |
connection = new SqlConnection(); |
82 |
connection.ConnectionString = DB.DB.GetConnectionString();
|
|
82 |
connection.ConnectionString = DB.Project_DB.GetAvevaConnectionString();
|
|
83 | 83 |
connection.Open(); |
84 | 84 |
|
85 | 85 |
string strQry = string.Format("Select Handle from Pipe Where id = (SELECT MAX(id) FROM Pipe WHERE DrawingId = '{0}')", "Test"); |
내보내기 Unified diff