Jamie L. Mitchell wrote:
> When I run a query or open a table, it would be nice (during
> development time) to see exactly how much data is being forced over
> the wire. I am using Delphi 2005, Pro. Using dbGo ADO components.
> Does anyone have a clever debug method to see exactly what is the
> repercussions of different settings (i.e. client side cursor v. server
> side, etc.)
Have you tried Ethereal? It's a free tool for observing network traffic.
You can limit it by port, address, and protocol so you're not
overwhelmed by traffic unrelated to your program.
--
Rob
.