page « JDBC « JSP-Servlet Q&A





1. Sqlite JDBC in Java Server Page    stackoverflow.com

I am trying to use Sqlite on a web page over Java. I am getting the following error:

java.lang.NoClassDefFoundError: org/sqlite/JDBC
    model.DataBase.<init>(DataBase.java:35)
I've tried the two alternatives:
    this.conn = ...

4. How to show only 10 entries in a jsp-page?    coderanch.com

Hi, I am ther again wiht a new problem. I just have a vague idea how i can resolve the problem. So i post this to have some idea. Perhaps you're allready do this. The Problem: I have a database table with more than 100 entries and i would like to show these in a jsp-page, Not a problem! (connection to ...