Database programming in C/C++ is quite fun, actually. Learn the basics here.

Database programming in C/C++ is quite fun, actually. Learn the basics here.
Using an embedded database in your software requires a bit of work. I show you how to do it in this article.
If you are already developing web and mobile applications, it is a common next step to start using data in and from the cloud. In this two part series, you will learn how to setup data in the cloud and use it within an application.
Relational databases are designed for multiple simultaneous users, and Microsoft SQL Server is no different. However, supporting multiple users requires some form of concurrency control, which in SQL Server's case means transaction isolation and locking. Read on to learn how SQL Server 2008 implements locking.
Learn how to use Microsoft's .NET Entity Framework to connect to, consume and update an Advantage database.
Do you need to create Dynamic Where Clauses at runtime? No need to use string concatenation with SQL, LINQ is fully capable of performing the same task.
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
Fear not, Tuple lovers. This much-maligned data type is still in use today.
This article will introduce you to 'Cross Platform Mobile Development' and what tools there are to assist you.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.