There are other bloated and slow DAO's that do this. This works for small or simple projects.

iBatiis is fast and simple becuase it caches the results of the querry, and thus is more scaleable.
If diferent users want same results, it's cached.

It may initialy seem to somoneone w/ out experience that caching each row is faster or better. It's not. Any SQL engine does that better already.

.V


Brandon Goodin wrote:

Not currently and we don't plan on supporting OID (Object Identity).
There is too much baggage that comes along with it.

Brandon

On 5/26/05, Eloyi <[EMAIL PROTECTED]> wrote:
Hi,
I understand that the cache is over the statement, but is possible to cache
the objects that the queryforList returns instead the resultsSets of the
statement??


Thanks



Reply via email to