Period data received from the database can be retrieved in a character format (SQL_C_CHAR and SQL_C_WCHAR) or as binary data (SQL_C_BINARY).
The default conversion as specified by SQL_C_DEFAULT is the same as the conversion specified by SQL_C_BINARY.