devxlogo

Choose Between RDO and DAO Depending Upon the Data Back End You Want

RDO is an object interface that is closely tied to ODBC and is optimized for accessing SQL Server databases, especially from Visual Basic programs. It has little performance overhead on top of ODBC and has a relatively small memory footprint.

On the other hand, the DAO interface is closely tied to and optimized for the Jet local database, which ships in Visual Basic and Microsoft Access. However, for applications that access only SQL Server data, DAO offers less functionality and has a larger memory footprint. In such cases, it is not the recommended interface.

Remember that ADO has now become a widely used superset of most of the unique functionality and supported data sources of both of these interfaces.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Engineering Leaders Spot Weak Proposals

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.