On 7 November 2012 14:05, Niphlod <niph...@gmail.com> wrote:

> if your set doesn't fit into memory, saving it to a temp file won't get
> you out of troubles. One of DAL problems is that a Rows object does not
> return an iterator from the cursor, it's fetched all into memory first.
>
>
In that case I would be inclined to use bypass DAL and db.executesql and
use the backend to export to a file.  That should be more efficient.

Regards
Johann
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 



Reply via email to