Hy all

Currently i have one JSP which useful to execute the select query....

when i use this jsp for execute the select query in another computer's database if table having less record [less than 200 raw] it will give me result....

but if table having more than record [rows>200] then java give me out of memory error..

i want any technical suggestion/solution approach for handling this situation.

in my case which approach is better to prevent out of Memory error.

thanks in advance...

Yatin Baraiya

Recommended Answers

All 2 Replies

Delete the jsp.
Remove the execution of the query from the jsp.

Can we see the code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.