Board index » delphi » Maximum size of a result set?
Gary Johnson
![]() Delphi Developer |
Mon, 05 Dec 2005 21:43:26 GMT
Maximum size of a result set?In using a BDE TQuery object, I've noticed that Delphi seems to clamp the SELECT C1, C2, C3, C4, C5 FROM T1 should yield close to 7M rows, when viewed using Microsoft Query Analyzer, SELECT C1 FROM T1 the BDE returns more rows. If I use ADO to perform the same query, the results are accurate. I'm Thanks in advance for any help anyone might provide on this subject. |