rs.open"select * from 工资表",Cnn, adOpenKeyset, adLockOptimistic
  with vsflexgird1
    for i = 1 to .rows-1
      for j = 0 to .cols-1
          rs.fields(.TextMatrix(i,j))=.TextMatrix(i,j)
      next j
    next i
  end with
rs.updata
rs.close
为什么不能保存到数据库呢 ,sql server 2000 数据库