SQL_ReadDriver Function

Reads the driver of an opened database.

DBDriver SQL_ReadDriver(Handle database, char[] ident, int ident_length)

Parameters

Handle database

Database Handle.

char[] ident

Option buffer to store the identification string.

int ident_length

Maximum length of the buffer.

Return Value

Driver Handle.