C2017-003: Support SQL Server for storing of Referenced Object data
This commit is contained in:
@@ -2886,6 +2886,8 @@ namespace Volian.Controls.Library
|
||||
FlexibleMessageBox.Show(string.Format("RO Database directory does not exist: {0}", myRODB.FolderPath));
|
||||
return;
|
||||
}
|
||||
// C2017-003: ro data in sql server, check for sql connection string
|
||||
if (myRODB.DBConnectionString != "cstring") args = args + " \"" + myRODB.DBConnectionString + "\"";
|
||||
System.Diagnostics.Process.Start(roapp, args);
|
||||
}
|
||||
}
|
||||
@@ -3031,6 +3033,8 @@ namespace Volian.Controls.Library
|
||||
FlexibleMessageBox.Show(string.Format("RO Database directory does not exist: {0}", Mydvi.DocVersionAssociations[0].MyROFst.MyRODb.FolderPath));
|
||||
return;
|
||||
}
|
||||
// C2017-003: ro data in sql server, check for sql connection string
|
||||
if (Mydvi.DocVersionAssociations[0].MyROFst.MyRODb.DBConnectionString != "cstring") roloc = roloc + " \"" + Mydvi.DocVersionAssociations[0].MyROFst.MyRODb.DBConnectionString + "\"";
|
||||
System.Diagnostics.Process.Start(roapp, roloc);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user