 |
| ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 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
|
|
|
|

May 10th, 2007, 12:59 AM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
crystalreport
Hi,When my report is accessible by multiple user it become very slow,how to speed up it,pls provide me proper solution as soon as possible
|
|

May 10th, 2007, 08:00 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
hi there..
This could be happen by a lot of things.. maybe the data you are getting is to much or hard to find. It's nearly imposible to try a solution not seeing all the aspect of this problem...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

May 22nd, 2007, 07:51 AM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank for reply,
The above solution do not work for me, Pls Provide me some other solution as soon as possible, its very urgent.
Regards,
Komal
|
|

May 22nd, 2007, 07:55 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
is the free version of the crystal reports???
also you are not providing enough info to give you a better idea...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

May 23rd, 2007, 12:31 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2006
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
mate it could be a hardware issue too..
because as i mentioned the occures when many users try to view the report..
try to cash the needed reports and delete what u don't need from the cash
Nothing is impossible. The impossible only takes longer. "Digital Fortress, Dan Brown"
|
|

May 23rd, 2007, 05:03 AM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:
Hi,
Thanks for reply,It is not free version,I am using crystal report XI with Asp.net and my backend is SqlServer.
|
|
|

May 23rd, 2007, 07:36 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
maybe the report is slow because is hard to get the data from the DB. this is a to general problem to try to fix with this little info...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

May 23rd, 2007, 08:13 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2006
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
and that might be the reason too..
GIVE US SOME INFORMATION MATE :)
Nothing is impossible. The impossible only takes longer. "Digital Fortress, Dan Brown"
|
|

May 30th, 2007, 04:43 AM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi, Everyone
Thanks for reply
I am Using Crystal report XI with ASP.Net.I am populating my report using Sql Query, and my query is providing only relevent data only.
I have Observe that it might be problem of database, I am retreiving too many records from the database,but that is necessity.
Is SQL Expression can help me out. If yes Pls Provide me Information to use SQL Expression.
Regards,
Komal.
|
|

May 31st, 2007, 12:51 AM
|
|
Friend of Wrox
|
|
Join Date: Aug 2006
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I'll tell you what u can do.. do a trace in ur database for the slow queries.. and to make sure it's not a database problem.. try to lower down the data load for testing purposes, if things get better u'll have to start making some maintenance to your database and check your design so that you lower down the query and the retrieval time.. if the problem persists.. then you should either check ur hardware.. or check your code.. if you keep many sessions that are making a load on ur system.. or u save a lot in you cash ⦠I suggest using stored procedure and emptying the sessions when u finish using it.. hope this will help :)
Nothing is impossible. The impossible only takes longer. "Digital Fortress, Dan Brown"
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Crystalreport 10 |
nilesh kureriha |
BOOK: Professional Crystal Reports for VS.NET |
0 |
May 30th, 2007 01:28 AM |
| CrystalReport |
nilesh kureriha |
BOOK: Professional Crystal Reports for VS.NET |
0 |
May 29th, 2007 11:53 PM |
| crystalreport XI |
guptamkomal |
BOOK: Professional Crystal Reports for VS.NET |
0 |
May 10th, 2007 01:41 AM |
| crystalreport XI |
guptamkomal |
BOOK: Professional Crystal Reports for VS.NET |
0 |
May 10th, 2007 01:05 AM |
| Print CrystalReport |
NiNe |
Crystal Reports |
0 |
March 30th, 2004 06:37 AM |
|
 |