Description
C++ applications can access SQL databases through a platform-independent connectivity API. It is useful for developers who want one database access layer while supporting different database backends.
Database access code handles sensitive data and untrusted input. Use parameterized queries, manage credentials carefully, and test behavior with the target database engine.