on my default page I have the ASP page call to the DB
[tt](SET ROWCOUNT 1 SELECT Name,Comm,Time FROM Comments Order By Time desc)[/tt]
and return only one row from that db. When the user clicks the link, which takes them to another page which calls to the same DB
[tt](SELECT * FROM Comments ORDER BY Time desc)[/tt]
and returns all the rows.
THe problem is that when the user clicks the link on the main page to go to the next page it only returns 1 row instead of all of them. if I wait like 3 minutes and hit refresh it will return all rows.
I hope I explained this correctly....
thanks in advance
barry
[tt](SET ROWCOUNT 1 SELECT Name,Comm,Time FROM Comments Order By Time desc)[/tt]
and return only one row from that db. When the user clicks the link, which takes them to another page which calls to the same DB
[tt](SELECT * FROM Comments ORDER BY Time desc)[/tt]
and returns all the rows.
THe problem is that when the user clicks the link on the main page to go to the next page it only returns 1 row instead of all of them. if I wait like 3 minutes and hit refresh it will return all rows.
I hope I explained this correctly....
thanks in advance
barry