比较高效的方法:
Dim cmd As New SQLCommandcmd.commandtext = "Delete From {表A} Where [_Identify] = " & Tables("表A").Current("_Identify")cmd.ExecuteNonQueryTables("表A").Current.DataRow.Remove