DBDriver.GetProduct Method

Retrieves a driver's product string.

Example: "MySQL", "SQLite"

void GetProduct(char[] product, int maxlength)

Parameters

char[] product

Product string buffer.

int maxlength

Maximum length of the buffer.