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 strongm 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: itme
  • Order by date
  1. itme

    Using ADO recordset is SLOW?

    Probably. It looks like you have some beef to take up with Seagate.
  2. itme

    Using ADO recordset is SLOW?

    Maybe its not actually ado, but the crystal reports active data driver. Whenever you pass a recordset to crystal reports it uses this driver. Try connecting using the active data driver in the little tree control they have and see if this gives you the same result. If so, that's the problem.
  3. itme

    Using ADO recordset is SLOW?

    ...what database are you using? what does your connection string look like?
  4. itme

    Using ADO recordset is SLOW?

    Sorry, I've only heard that the ado design time control and odbc is slower than connecting to your server with ado.
  5. itme

    Using ADO recordset is SLOW?

    are you using the ado design time control or code?
  6. itme

    Using ADO recordset is SLOW?

    oops, never mind, I just now saw that you already tried that!
  7. itme

    Using ADO recordset is SLOW?

    Try passing an ado recordset at runtime. It's a lot cleaner way of doing everything. The minimum you have to use the designer is to set unbound fields on it and assign them at runtime. I've posted the code throughout this site several times, but if you want it and can't find it let me know and...
  8. itme

    ADO recordset With Crystal Reports

    Ken, Last night I found the code that passes a recordset, and it does not use the active data driver. In fact, the only time you have to touch the designer is to drop your unbound fields to it. Its beautiful.. Here it is.. Dim Report As New CrystalReport1 Dim ADOrs As ADODB.Recordset Dim...

Part and Inventory Search

Back
Top