Hello! I prototyped querycontainer for pushing data from database to table but as querycontainer keeps sql statement open we would have way too many statements waiting to be closed on our database. We got no logout procedure on our application as it’s public site. Each user consumes tens of big read only sql objects and as user count grows, I think that this becomes an issue on production site. I did not quite catch your collection class ideas, it should not be so hard to undestand…maybe I need to check it more…
You have to: 1) create indexed container, 2) copy properties, 3) copy all properties of all rows. Surely there should be a “instantiateFromAnotherContaner” constructor…