Hi! > OR... something that seems to me that will give me much cleaner > code is with > bind_col...
Fetching the data directly into binded variables (see bind_colum for that) is the most efficient way - in terms of memory AND performance - to do it. Cheers, Florian
