Re: ADODataset and recordCount
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 08/14/04
- Previous message: Brian Bushay TeamB: "Re: The workgroup information file is missing"
- In reply to: Randall Sell: "ADODataset and recordCount"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 13 Aug 2004 18:04:58 -0500
>So I am wondering if this is a bug, or just some behaviour that I am not
>fully understanding - which is why I am writing the performance test app
>in the first place.
Not a bug. That is how it works with most dataset components.
>
>I kinda made the assumption that the code behind recordCount is doing
>some sort of select count(*) from ... to get the answer, but I haven't
>actually checked this yet.
>
>Which raises another question... With dbExpress i can use the SQLMonitor
>to see what SQL is being passed to the backend (very handy, thank you
>Borland). How can I achieve the same with ADO?
There is no generic ADO tool for getting the SQL that ADO assembles.
With DbExpress the SQL used is generated at the Borland component level.
With ADO components the SQL gets generated in the ADO layer not the borland
component level
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Previous message: Brian Bushay TeamB: "Re: The workgroup information file is missing"
- In reply to: Randall Sell: "ADODataset and recordCount"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|