Introduction

Almost all applications need to store and retrieve data. This can be in the form of structured data stored in a relational database management system (RDBMS) and accessed via an API (Application Programming Interface) such as ODBC (Open Database Connectivity) or ADO.NET (covered in Chapters 6 and 7). The data could be configuration information used to control the way in which the application works for a specific user or machine. This data is normally stored in the registry or in format-specific files (such as .INI or .CONFIG files) where a unique API exists to access the data. However, in many situations an application still needs to access a file directly on disk in either a generic manner or in a manner unique to the application. ...

Get Extending MFC Applications with the .NET Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.