I have a database containing about 12000 names and address. What I want to be able to do is display the first 100 records or so and then have the user click on a link to get the next 100 records.
Ultimately I would like to be able to setup something that search engines have:
pages: 1-10, 10-19, 20-29 etc.
I want to be able to click on the 10-19 link and get that data. I also want to be able to click on the 1-10 link and the appropriate data would be served.
I am not quite sure how to format the SQL string to get this behavior. Troy Williams B.Eng.
fenris@hotmail.com
Ultimately I would like to be able to setup something that search engines have:
pages: 1-10, 10-19, 20-29 etc.
I want to be able to click on the 10-19 link and get that data. I also want to be able to click on the 1-10 link and the appropriate data would be served.
I am not quite sure how to format the SQL string to get this behavior. Troy Williams B.Eng.
fenris@hotmail.com