[Updated] SQLiteTbl, a C++ Class that Provides a CRecordSet-Like Interface to SQLite
Explore a CRecordSet-like interface to a SQLite database table.
Explore a CRecordSet-like interface to a SQLite database table.
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.
If you thought the end of Visual FoxPro had already happened, then you are wrong. Its end is now.
Did you replace MSDE with SQL Server 2005 Express Edition? Did you make the wrong move?
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 (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.
Learn about an algorithm to calculate this intriguing and important data structure in computer graphics.
A collection of C++ classes for working with MySQL databases, easy to integrate in an MFC application.
Learn about the Open Grid Services Infrastructure (OGSI) software model.
Learn how to use databases on mobile devices.
The Longhorn speech API offers baked-in functionality for voice commands inside the operating system.
What would a database be without some data? Discover how to add records in a CE database application.
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.
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...
A file class that can be used on non-Windows machines as well as Windows machines.
"Function seam" for database access
Using Microsoft Query to design your queries
Solving the ODBC "Data truncated" error
Determine if DAO Jet engine version 3.5 is installed
How to use RecordSets without using the AppWizard at the creation of your project