> True, but it is such a minor optimization that any improvement would probably > never even be noticeable. Ok, but if possible I'd keep this, and see later what to do, Ok ? Having a growable data structure like this could also be useful when adding additional rows to a table (like fetching the next page of records) instead of reallocate (by hand) the array.
I'd like to see the difference on tables with some thousand of rows, and many columns ... Bye