(5,000,000 rows)
(5,000,000 rows)
![bechirmrad](https://secure.gravatar.com/avatar/3c48505d44f68f11932ffbbef15a670f/?default=https%3A%2F%2Fvanillicon.com%2F3c48505d44f68f11932ffbbef15a670f_200.png&rating=g&size=120)
how i can fill an odbc request to this example of datatable of 50000000 rows ! and thanks
This discussion has been closed.
how i can fill an odbc request to this example of datatable of 50000000 rows ! and thanks
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