Description of Optimizing ADO Calls :
Optimizing ADO Calls is an online article stating the new methodology to bring recordset values in the code. The author gives a new solution by using ordinal form. This form eliminates the need of a pseudo-dictionary lookup on the fieldname. In a nut shell, the beginners could understand that with the help of ordinal notation they could increase the performanance while loosing the code readability upto some extent.