Further to my other question here, the code has error when run to myTable.Location code.
myTables = myReportDocument.Database.Tables
For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
myTableLogonInfo = myTable.LogOnInfo
With...
After i changed the name of the stored procedure in Oracle, and saved in CR2008, .NET still looking for the old version of the stored procedure.
Do i need to dispose the connection in .NET and if so, how? Thanks a lot!!
I have this CR connect to Oracle database, it runs okay inside CR2008, but its extremely slow when i run it from .NET by using ExportToStream (PDF) function.
How should i improve the performance? Thanks a lot for any hints/help!
I am buidling a .NET app which will take parameters from users and pass to a crystal report, at the end the crystal report will be export as PDF format. The strange thing is, if i test the Crystal Report via CR 2008 then the report with the same parameters can be brought up quickly in PDF from...
Hi all,
I need to select some data from a remote database, in the where clause i have a subquery which defines the select criteria. The subquery is from another remote database.
SELECT db1.field1, db1.field2
FROM remotedb1 db1
WHERE db1.field3 IN (SELECT db2.field4...
Hi,
I am creating a DFT from an Oracle view to a SQL table, it shows in the data flow diagram that there were 1,360,358 rows wait to be transferred, but the destination table only get 872,829 reords. The output shows package finished successfully, without any errors. What's happening here...
I am using the calendar to sends dates to my crystal reports. The weird thing is, most of the time the calendar works fine, but sometimes it sends null strings which lead my crystal report crashes. Any hints?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.