The Wayback Machine - https://web.archive.org/web/20100724063559/http://www.codeguru.com:80/cpp/data/mfc_database/misc/

    Misc.

    [Updated] SQLiteTbl, a C++ Class that Provides a CRecordSet-Like Interface to SQLite

    Explore a CRecordSet-like interface to a SQLite database table.

    Create MySQL 5.1 Storage Engine Plugins Under Win32

    A MySQL Storage engine requires functions that MySQL provides. Therefore, you normally need to link it into mysqld-core under Windows because mysqld.exe doesn't export all required functions (because it's an .exe, not a .dll). So, you're unable to import the required functions in our Plugin. Learn a possible way to circumvent this limitation by using the .map files that are provided with MySQL.

    Visual FoxPro: Its Day Has Finally Come

    If you thought the end of Visual FoxPro had already happened, then you are wrong. Its end is now.

    News: Don't Embed That Database!

    Did you replace MSDE with SQL Server 2005 Express Edition? Did you make the wrong move?

    MySQL UDFs

    Learn how to extend MySQL with your own functions in C/C++.

    User-Defined Functions: Powerful Alternatives to Views and Stored Procedures

    Table-valued user-defined functions (UDFs) are functionally similar to views but structurally similar to stored procedures, giving them all the important features of views and stored procedures and some additional functionality that they lack.

    Identity Management with Microsoft Identity Integration Server

    Identity management with Microsoft Identity Integration Server (MIIS) not only saves time and money; it also eases the burden on end-users and enhances security. Learn how to create an MIIS solution.

    [Updated] Delaunay Triangles

    Learn about an algorithm to calculate this intriguing and important data structure in computer graphics.

    MySQLWrapp: MFC-Extension Library for MySQL

    A collection of C++ classes for working with MySQL databases, easy to integrate in an MFC application.

    An Example of a Loan Processing Service Using Globus Toolkit for Grid Services

    Learn about the Open Grid Services Infrastructure (OGSI) software model.

    Using Database Engines in a Mobile Application

    Learn how to use databases on mobile devices.

    The Longhorn Speech API, an Initial Glance

    The Longhorn speech API offers baked-in functionality for voice commands inside the operating system.

    Adding Records to an Open Database in Windows CE

    What would a database be without some data? Discover how to add records in a CE database application.

    Comparing Recordsets in a Database

    Compare and verify the results of changes in a database structure. You can define a set of queries that can dump their results to a file. These files then can be easily compared.

    Creating a Custom Database Class That Uses IStorage

    If the possibilities of using the usual wrappers DAO or ADO do not satisfy your requirements, a solution can be the organization of your own database...

    Portable File Class

    A file class that can be used on non-Windows machines as well as Windows machines.

    Direct SQL Calls With ODBC and STL

    Calling SQL with the STL.

    ARSdb - Abstracted Database and Recordset Classes

    "Function seam" for database access

    Using Microsoft Query to design your queries

    Using Microsoft Query to design your queries

    Solving the ODBC "Data truncated" error

    Solving the ODBC "Data truncated" error

    Tips: ODBC '& Access database

    Tips: ODBC '& Access database

    Determine if DAO Jet engine version 3.5 is installed

    Determine if DAO Jet engine version 3.5 is installed

    Print Mailing Labels

    Print Mailing Labels

    How to use RecordSets without using the AppWizard at the creation of your project

    How to use RecordSets without using the AppWizard at the creation of your project