B2023-020 – Link to RO data from new working draft crashes/update ro.fst issues
This commit is contained in:
@@ -434,12 +434,14 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTS = dr.GetDateTime("DTS");
|
||||
_UserID = dr.GetString("UserID");
|
||||
dr.GetBytes("LastChanged", 0, _LastChanged, 0, 8);
|
||||
_ROFst_RODbID = dr.GetInt32("ROFst_RODbID");
|
||||
// B2023-020: setting RO Database on new working draft crashes. Query 'getAssociationsByVersionID' had been modified
|
||||
// for memory improvements to not return the ROFst values, so don't Get the values. Comment out for now.
|
||||
//_ROFst_RODbID = dr.GetInt32("ROFst_RODbID");
|
||||
//_ROFst_ROLookup = (byte[])dr.GetValue("ROFst_ROLookup");
|
||||
_ROFst_ROLookup = null; // B2022-026 RO Memory reduction - use ROlookup of null to know if we loaded the RO.FST file
|
||||
_ROFst_Config = dr.GetString("ROFst_Config");
|
||||
_ROFst_DTS = dr.GetDateTime("ROFst_DTS");
|
||||
_ROFst_UserID = dr.GetString("ROFst_UserID");
|
||||
//_ROFst_Config = dr.GetString("ROFst_Config");
|
||||
//_ROFst_DTS = dr.GetDateTime("ROFst_DTS");
|
||||
//_ROFst_UserID = dr.GetString("ROFst_UserID");
|
||||
}
|
||||
catch (Exception ex) // FKItem Fetch
|
||||
{
|
||||
|
Reference in New Issue
Block a user