Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.db.sql
.ODBCDriver
ODBCDriver
is available since version 1.0.
Prototype:
string ODBCDriver([number connectionID])
Parameters
connectionID
the ID identifying the connection as returned by
ODBCDriverConnect
or
ODBCConnect
. If this parameter is missing, this will affect the first connection created.
Description:
Get the name of the driver used for the given connection.
Return value:
Return the name of the current ODBC driver.