"Nayak, Lingaraj (CAP)" wrote:
>

> MB to store 1000 records with all the html tags. And for each MB of data the

I do not know what db you use, but MySql for example implements a LIMIT
clause in SQL which limit's the number of records fetched from the
database, ex:
SELECT * FROM FOO WHERE BAR=1 LIMIT 30

this would fetch 30 records from table FOO

--
Sven E. van 't Veer, llm.
Departamento de Desenvolvimento
Brasil Informatica.
http://www.brvip.com.br

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to