(5,000,000 rows)
(5,000,000 rows)
bechirmrad
Posts: 20Questions: 6Answers: 0
how i can fill an odbc request to this example of datatable of 50000000 rows ! and thanks
This discussion has been closed.
Answers
Use server-side processing.
Allan
i try it !!
but i have a problem that i want convert my odbc request to json ??!
That's something that your server-side script would need to handle. DataTables does not provide an odbc connection, it just eats the JSON from whatever source gives it data!
Allan