From: Alexander P. <ale...@re...> - 2009-02-19 18:38:22
|
Martijn Tonies wrote: > It returns from SQLExecute instantly now, so that's good. > > But when going through all rows, it still takes a lot of memory, as > if all blobs are instantiated in memory. What could cause this? > > It seems that the client application caches the data. If the cursor type is FORWARD ONLY the driver should not caches the prior records. Regards, Alexander |