From: Ben E. <bj...@ai...> - 2012-11-02 01:20:34
|
Hi all. I have a very large CArray that I need to extend (of course, you can't extend a CArray). I want to do this in the least operation intensive way I can. What's the easiest way? Create a new CArray of the right size, copy the data into it and delete the old one? I understand that deleting the old one will not reclaim any space in the database -- is that right? Thanks, Ben |