CodeIgniter Forums
long database query - user information - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: long database query - user information (/showthread.php?tid=16913)



long database query - user information - El Forum - 03-20-2009

[eluser]atomp3[/eluser]
Hi

My databse is oracle, sometimes 15k + records to display or count.

Is there a way to visualize that app is working when database query is beeing made?

Like ajax style (animation);

Thanks.


long database query - user information - El Forum - 03-20-2009

[eluser]vitoco[/eluser]
the "ajax style" means you are loading content via ajax ??? and you wanna put a "loading" message until the content return from the server ??


long database query - user information - El Forum - 03-20-2009

[eluser]atomp3[/eluser]
[quote author="vitoco" date="1237567906"]the "ajax style" means you are loading content via ajax ??? and you wanna put a "loading" message until the content return from the server ??[/quote]

I don't use ajax at the moment, but I would like to have "loading" message when data is being loaded.


long database query - user information - El Forum - 03-20-2009

[eluser]vitoco[/eluser]
[quote author="atomp3" date="1237568667"][quote author="vitoco" date="1237567906"]the "ajax style" means you are loading content via ajax ??? and you wanna put a "loading" message until the content return from the server ??[/quote]

I don't use ajax at the moment, but I would like to have "loading" message when data is being loaded.[/quote]

you mean ...when "the page" is loading ....


long database query - user information - El Forum - 03-23-2009

[eluser]atomp3[/eluser]
[quote author="vitoco" date="1237595786"][quote author="atomp3" date="1237568667"][quote author="vitoco" date="1237567906"]the "ajax style" means you are loading content via ajax ??? and you wanna put a "loading" message until the content return from the server ??[/quote]

I don't use ajax at the moment, but I would like to have "loading" message when data is being loaded.[/quote]

you mean ...when "the page" is loading ....[/quote]

yes page is loading or query execution.