Re: Cache Objects

2005-05-26 Thread netSQL
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 experien

Re: Cache Objects

2005-05-26 Thread Brandon Goodin
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 ret