Optimizing ADO Calls

Publisher: Mike Shaffer Date added: 05 November, 2007
License: Freeware

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

Advertisements
   

Description:

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.

Related Scripts

This is a small but handy ADO class to use with Classic ASP and Access. The class support all basic database calls like select queries, insert, update and delete by using the ADO Recordset Open method.

ADO Component Suite - components for universal data access using ADO (ActiveX Data Objects). ADO Component Suite is thin wrapper for ADO objects and its very well suited for building application servers and clients when Delphi/C++ Builder TDataSet

GM - ADO Data Access ComponentsAccessing Databases via MS - Active Data Objects (ADO).Features:========= - InfoPower compatibility package included. - Network / multi user capable. - Compatible with standard Borland Data aware components. - Intellige

ADO Explorer is a powerful database tool using ADO (ActiveX Database Objects) that allows you to proceed quickly and efficiently in your everyday database work.Now comes with ready to use native SQL commands for MSSQL, ORACLE and INFORMIX

Diamond ADO is a Delphi component library, that provide high-speed performance when working with any OLE DB provider or ODBC data source. Diamond ADO uses ActiveX Data Objects 2.0 (ADO) to access data and the BDE is not required. Using Diamond ADO yo

In this article, we explain why optimizing PHP involves many factors which are not code related, why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server and identifying bottlenecks caused by

A Practical Comparison of ADO and ADO.NET - Part II is an article in which the author compares the recordset of ADO with the Rowset of the ADO.NET. The rowset of the ADO.NET belongs to the OleDbDataReader and SqlDataReader classes. Using Recordset yo

A Quick Comparison of ADO and ADO.NET - Part I is an interesting article in which the author discusses about the difference between ADO and ADO.NET. ADO 2.x contains 9 classes to perform various database operations. But in ADO.NET you have two classe

ADO Quick Reference is a web based collection of reference source for the nine ADO (ActiveX Data Objects) objects and the three RDS (Remote Data Services) objects. The web masters and developers can retrieve the contents directly by selecting the ref

ADO.NET (part 1) is a tutorial which clearly presents you the ADO.NET architecture with diagram. ADO.NET has two sets of derived classes which are used to work with either an OLE DB Provider or with SQL Server directly. This tutorial briefly describe