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: kellytim
  • Content: Threads
  • Order by date
  1. kellytim

    CRViewer.ReportSource in CR 10

    I am moving a VB/ CR application from CR8.5 to CR10 and I am having trouble getting my reports to show correctly. It works in 8.5. I had to change my CRViewer.dll to use the one in crystalreportviewers10\ActiveXControls. I am using ADODB.RecordSets for to hold my data. This is what my code...
  2. kellytim

    ADO Recordset from multiple tables

    First of all, I am very new to Crystal Reports, so please bear with my ignorance of it's functionality. I have a CR10 report called from VB. I have an ADO Recordset that is populated with an SQL statement: select serial_number, latest_status, action_date from main_table, action_table In the...
  3. kellytim

    Database Fields in CR10 and VB6 ADODB recordset

    I am trying to use an ADODB recordset that I create by appending fields and addnew, update in VB as the data source for my report. I set the report.database.setdatasource to the recordset. I want the fields from my recordset to be used in my report and to show up under the database fields. Is...
  4. kellytim

    plsql effiency of exists

    I am having trouble making my sql statement any more effient. I used the explain plan to show the cost of my select and I found that I am doing a table access full. I have to access a database of several million records and this is too costly. My select is written using Dynamic SQL where the...

Part and Inventory Search

Back
Top