Using ajax i want to fetch 10,000 records from database

Hi,

Using ajax i want to fetch 10,000 records from database .After getting data from the server How to load all the data into DHTMLX component.



Send me the jsp code.



Thanks in advance

Using ajax i want to fetch 10,000 records from database
The data need to converted to one of supported formats - json or xml, and send to the grid component.
Please check
    dhtmlx.com/docs/products/dhtmlxG … bs_biggrid
second one contains code necessary for JSP script to organize dynamical loading of big datasets.