关于VB中Recordset移动到指定记录的方法,该怎么解决
关于VB中Recordset移动到指定记录的方法
初学recordset,对它的理解还不是很透彻,recordset.movenext是移动到下一条记录,可以如果我想直接移动到指定的记录上应该怎么办呢?
------解决方案--------------------
recordset.find或recordset.seek
------解决方案--------------------
recordset.move n
recordset.move -n
recordset。find
初学recordset,对它的理解还不是很透彻,recordset.movenext是移动到下一条记录,可以如果我想直接移动到指定的记录上应该怎么办呢?
------解决方案--------------------
recordset.find或recordset.seek
------解决方案--------------------
recordset.move n
recordset.move -n
recordset。find