Learn to couple MySQL Connector/C++ and see how effectively they can be used to create a Qt C++ GUI interface for a MySQL Connector/C++ database application.
Latest Misc. Articles
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++.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.