在ListView中,对打勾记录的check项,通过遍历修改数据库相应字段的记录,(同步修改记录内容更好).目的:是用Select语句,选择相应的记录内容。
select * from table where Check_Select = -1dim nodx as node
for each nodx in tredir.nodex
  if tvwDb.check.value = True
    '更改数据库Check_Select
    Check_Select = -1
  End If   
next
目标:
select * from table where Check_Select = -1