Hi Fredrik,
> Can I use agregates like sum in an SelectQuery?
>
> Or should I use the SQLTemplate?
SQLTemplate.
> Does it matter what the first parameter is? I mean since the query
> returns raw data.
Potentially it can return DataObjects. So it does matter when
"fetchingDataRows" is "false", it doesn't when it is "true".
> Oh, and what's the third parameter?
It tells whether the query is expected to return result set. It is
processed differently then.
Andrus
This archive was generated by hypermail 2.0.0 : Thu Mar 17 2005 - 16:32:48 EST