Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lifeforest
  • Content: Threads
  • Order by date
  1. lifeforest

    Error : table could not be found. when run CR from .NET code

    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...
  2. lifeforest

    .NET can't pick up the lastest version of stored procedure in CR

    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!!
  3. lifeforest

    Why ExportToStream step takes forever

    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!
  4. lifeforest

    Calling Crystal Report from .NET is very slow

    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...
  5. lifeforest

    Help on how to design this SSIS package

    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...
  6. lifeforest

    Data Flow Task can't tranfer all the records

    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...
  7. lifeforest

    Calendar sends null date string

    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?

Part and Inventory Search

Back
Top