Jump to content

Paging with MS Access


guestabc

Recommended Posts

I want to page my results, i have looked at the tutorial on this site though I have a problem if I try to addapt the code given in that tutorial for my website as I'm using MS Access instead of mySQL. The problem i have is with the LIMIT as it doesn't work with MS Access.

 

$sql = "SELECT * FROM Results WHERE sUser='$sTID' AND sWonLost='Won' OR sUser='$sTID' AND sWonLost='Placed' LIMIT $offset, $rowsperpage";

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/136883-paging-with-ms-access/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.