Results 1 to 3 of 3

Thread: Jdbc

  1. #1
    Join Date
    Mar 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Jdbc

    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.

  2. #2
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Perhaps some of the ideas used here would help--
    http://www.php-mysql-tutorial.com/php-mysql-paging.php
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •