Subject | Question about structure |
---|---|
Author | Robert martin |
Post date | 2004-11-14T20:42:23Z |
Hi All
I am sure this really easy but here goes.
I have lots of scenarios where I do an SQL (may be complex) and then work
with the results, however I often want to check that a record has been
returned. My code has used recordCount for this, however I believe that to
do this with IBO components the components must run an SQL with the
equivalent of a Count(). I don't want to do this. What is the best
alternative, just check EOF?
Rob Martin
Software Engineer
phone 03 377 0495
fax 03 377 0496
web www.chreos.com
Wild Software Ltd
I am sure this really easy but here goes.
I have lots of scenarios where I do an SQL (may be complex) and then work
with the results, however I often want to check that a record has been
returned. My code has used recordCount for this, however I believe that to
do this with IBO components the components must run an SQL with the
equivalent of a Count(). I don't want to do this. What is the best
alternative, just check EOF?
Rob Martin
Software Engineer
phone 03 377 0495
fax 03 377 0496
web www.chreos.com
Wild Software Ltd