View Full Version : Jdbc
nareshgovindaswamy
05-02-2007, 12:44 PM
Hai ,
I am naresh.I have one problem.I have a database it contains 100 records. i have to show each page is in 10 records.
Hey man, you got to do some homework before you post this.
No nobody is going to solve the problem for you if you are just waiting for an answer without trying anything.
Let me give you some hint how to do it ...
Just use jdbc connect to database and do this sql
select * from table limit 0,10
limit the selection to 10, and pass the parameter to the second page.
ken
Hoobin.com (http://www.hoobin.com)
djr33
05-27-2007, 07:06 PM
Perhaps some of the ideas used here would help--
http://www.php-mysql-tutorial.com/php-mysql-paging.php
Powered by vBulletin® Version 4.2.2 Copyright © 2023 vBulletin Solutions, Inc. All rights reserved.