Problem in Displaying Huge data
-
Hi all, I am trying to display 77000 records from Oracle Database to .NET DataGrid. So it is not displaying and getting Application Server Error. Using OLEDB i did. Is there any way for solving this problem Thanks Murali
-
Hi all, I am trying to display 77000 records from Oracle Database to .NET DataGrid. So it is not displaying and getting Application Server Error. Using OLEDB i did. Is there any way for solving this problem Thanks Murali
Why would you want to show 77000 records ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Why would you want to show 77000 records ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
So the user can find the one they want!! ;-)
I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! Booger Mobile (n) - A bright green 1964 Ford Falcon - our entry into the Camp Quality esCarpade!! Do something wonderful - make a donation to Camp Quality today!!
-
Hi all, I am trying to display 77000 records from Oracle Database to .NET DataGrid. So it is not displaying and getting Application Server Error. Using OLEDB i did. Is there any way for solving this problem Thanks Murali
Better approach is put a search option , when the user puts a Search Criteria the appropriate results would be displayed , Because you could not expect a user to move through all 77000 records
-
Better approach is put a search option , when the user puts a Search Criteria the appropriate results would be displayed , Because you could not expect a user to move through all 77000 records
Nishant Singh wrote:
Because you could not expect a user to move through all 77000 records
yes, but if he still wants all the records he can have paging enabled.
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
Nishant Singh wrote:
Because you could not expect a user to move through all 77000 records
yes, but if he still wants all the records he can have paging enabled.
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
Hi, Yes but the problem the problem is if the paging is enabled also the page is not not displaying due to huge data i think .Is there a way to Display all the records(77000) Thanks Murali
-
Better approach is put a search option , when the user puts a Search Criteria the appropriate results would be displayed , Because you could not expect a user to move through all 77000 records
Hi , Search option is not accepted here. So is there any other way to display data. Thanks Murali Murali
-
Hi, Yes but the problem the problem is if the paging is enabled also the page is not not displaying due to huge data i think .Is there a way to Display all the records(77000) Thanks Murali
have you calculated the time taken to fetch the data in which back end you are using... because if it takes long time in database then you have to follow indexing... and in the database if the query returns the value soon then there is prolem in your code... Any how can you send your code for further clearance....
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
Hi , Search option is not accepted here. So is there any other way to display data. Thanks Murali Murali
What do you mean by 'not accepted' ? Do you mean you have a client who wants to show 77000 records on one page of a website ? Can you think of a single website that shows this much information ? If not, how do you know it's possible, assuming it was at all advisable ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.