I have a table with more than 100 articles... category.asp I would like to show 10 by 10 please how can I do that.. thank you
try may use n=0 for n=n+1 next to combine with the following scripts SQL= "select top 10 * from table_name order by field_name " SQL="SELECT TOP 20 * FROM (select top 30 * from TB order by datetime_field) TB order by datetime_field