Created the first version of the table normalizing function to correct unbalanced tables. Can only add or update rows by scanning downward from the top of a table; cannot detect fragmentation in the middle of a table. (Think Drag and Drop/row position update fails.)
This commit is contained in:
@@ -9,7 +9,6 @@ namespace AdvertsingProfitControl
|
||||
internal class DbWriterStatus
|
||||
{
|
||||
public string ErrorMessage;
|
||||
public string Message;
|
||||
public int Id;
|
||||
public WritingOperationStatus Status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user