21 Jan
2003
21 Jan
'03
10:57 p.m.
On Tue, 2003-01-21 at 17:50, Tom Emerson wrote:
Right, I got that. But the batch itself: if I have a SQL method that is returning a result set, is that called for each subset of records in the batch?
Yes, it is (modulo any caching you're doing on the SQL method). - C