--- In [email protected], prakash reddy <[EMAIL PROTECTED]> wrote: > > Hi All ! > > Now i have a special requirement which is caching the > data of a table. This has to be developed in C++ or > Pro * C++ and i am planning to do in C++ using OCCI or > Pro *C > > Even i am not pretty clear with the idea of how to do > it but this is the requirement that i need to achieve. <snip>
WHY??? Databases do the caching very well on their own, so why are you supposed to rebuild what's been done before? In most cases it makes more sense to have the DBMS cache the data than to cache them on your side. Funny... Or is it sort of homework? Not that I mind, I am just curious. Regards, Nico
