DBDriver.GetIdentifier Method

Retrieves a driver's identification string.

Example: "mysql", "sqlite"

void GetIdentifier(char[] ident, int maxlength)

Parameters

char[] ident

Identification string buffer.

int maxlength

Maximum length of the buffer.