不能用limit可以手动模拟啊,比如要到第五条纪录
可以先mysql_fetch_assoc五次啊。

解决方案 »

  1.   

    哦,是access啊,那么好象是odbc_fetch_assoc吧
      

  2.   

    select top $count_per_page * from table where table_id not in (select top ($page-1)*$count_per_page table_id from table)
      

  3.   

    ACCESS ? 你用什么连接的? 如用com则和asp中一样