pl/sql in asp
pl/sql in asp
Not new but not an expert.
I have an sql script in my asp webpage to pull the data and display it using datatables. This is working fine except when dealing with large data. It's giving a warning about browser slowing down or becoming unresponsive.
What is the best solution, other than writing a server-side script?
I have an sql script in my asp webpage to pull the data and display it using datatables. This is working fine except when dealing with large data. It's giving a warning about browser slowing down or becoming unresponsive.
What is the best solution, other than writing a server-side script?
This discussion has been closed.
Replies
Allan
I'll probably try the ajax source loading first and see.
Thank you!