SQL_GetDriverProduct Function

Retrieves a driver's product string.

Example: "MySQL", "SQLite"

void SQL_GetDriverProduct(Handle driver, char[] product, int maxlength)

Parameters

Handle driver

Driver Handle, or INVALID_HANDLE for the default driver.

char[] product

Product string buffer.

int maxlength

Maximum length of the buffer.

Errors

Invalid Handle other than INVALID_HANDLE.