I'm trying to streamline my programming more and more so that it doesn't take up very many resources. Since I'm doing a bunch with SQL, I'll be defining a bunch of Recordset objects which, in my opinion, are just a souped up version of a 2 dimentional array. My question is, would it be more resourcefull to open a record set, get my data, dynamically allocate an array through pointers then shove the data from my Recordset into that array then close my Recordset? Now, I wouldn't do this for Recordsets that I am constantly refreshing, but for Recordsets that are static and I keep through my program. To me, the dynamically allocated array would be quicker in finding the info and probably take up less resources....because once I have my data in an array, I can get rid of both my Recordset object and my Connection object (in some instances). Thanks for any input anyone may have on this subject.
Niky Williams
NTS Marketing
Niky Williams
NTS Marketing