Development with C++ ODBC wrappers
- Last Updated: November 5, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Documentation
Many C and C++ developers use ODBC wrappers, for example, the Microsoft Foundation Classes. Although ODBC calls can be made through these wrappers, most of the wrappers do not allow direct ODBC calls. In these cases, you must make a call to initialize the license file.
The following procedures describe how to make this call from within a C or C++ development environment using an ODBC wrapper. The example uses the branded 32-bit Amazon Redshift Wire Protocol driver (CDrsftnn.DLL), CD as the customized prefix for the file names, and MYCompanyPWD812 as the customized password. See "Before branding the drivers" for more information about file names and passwords.