
May 1st, 2009, 09:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 20,338
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
Display Top N records from MS Access
This sample ASP code will give us a good idea how to display top 10 records, if we are using MS Access. Because MS Access database has got some limitations which we can not choose a limited data rows from complete database table. Of couse if you using SQL server, there is no any limitations
Read the full article here: Display Top N records from MS Access
|