Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 5th, 2005, 04:55 AM
Authorized User
 
Join Date: Jun 2003
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to tdaustin Send a message via Yahoo to tdaustin
Default Maximum Records Displayed

Hi All,

Ive got a quickie to ask.

I have a search feature which searches memberships and displays the output. There are over 5000 in total and i display them with custom paging and they can select to display 25, 50, 100, 200, 300, 500 & 1000 records per page. The only problem is the system fails when displaying large number of records.

It works all fine locally but on the live server it comes up with cannot display error msg..

I know its something to do with the amount of data store but cannt find any info on how to fix this issue

any ideas's

Tim :)

TDA
__________________
TDA
 
Old June 5th, 2005, 06:01 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

cannot display error msg is a friendly error message. Do you have "show friendly http errors turned off"?. Posting the full unfriendly error would be helpful.

FYI 5000 records isnt that many - what data store are you using?

Wind is your friend
Matt
 
Old June 5th, 2005, 07:18 PM
Authorized User
 
Join Date: Jun 2003
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to tdaustin Send a message via Yahoo to tdaustin
Default

Hi Matt,

Yes ive got error displaying in my browser. Its definately a max request issue as i works fine locally but not on a remote server and i think its something to do with the limit of a data passed in a recordset back to a client. But im not 100%.

Im using mySQL Commercial 4.1.4 and my ODBC drivers running the latest

Tim :)

TDA
 
Old June 5th, 2005, 07:32 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

;;;Yes ive got error displaying in my browser

"cannot display" error msg is a friendly error message - you dont want these type of errors. Do you have "show friendly http errors turned off"?. Posting the full unfriendly error would be helpful.

Go to tools/internet options/advanced/ scroll down and un tick "show friendly http errors" Close all active browser sessions, open a new browser and post the new un friendly error error.

What happens when you paste your query directly into mySql? Do you get the results you are looking for? what windows GUI do you use for mySql?
IMO - SQLYog is 10 times better than PHPMyAdmin


Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get maximum value from database Manisha0605 .NET Framework 2.0 6 June 17th, 2007 12:50 PM
Maximum Users Brendan Bartley Access 1 March 15th, 2007 02:34 PM
Refreshing the records displayed in a form DrewMills Access VBA 2 March 3rd, 2005 07:51 PM
Displacement downwards of dabase records displayed LenB Classic ASP Databases 3 January 14th, 2004 12:28 PM
Finding the maximum and using it outside the IF jrwarwick XSLT 2 October 17th, 2003 03:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.