Verifique a coluna Postado ao percorrer suas linhas para ver se uma linha foi postada ou não:
For Each xRows In MasterForm.oTransferRows.Where(Function(x) x.Cells("Posted").Value.ToString() = "No")
Em seguida, use a seguinte pseudo-lógica para escrever seu código:
'code to select data - select name from testing where name = 'Product1'
'if(dr.Read())
'update goes here
'Else
' insert goes here
'End if