Learn R Programming

RODBC (version 1.0-2)

odbcGetInfo: Request Information on an ODBC Connection

Description

Request information on an ODBC connection.

Usage

odbcGetInfo(channel)

Arguments

channel
connection handle as returned by odbcConnect() of class "RODBC".

Value

  • A character string giving information on the database and ODBC driver in use on the connection channel.

Examples

Run this code
odbcGetInfo()
## MySQL returned
[1] "MySQL version 3.23.53-max-nt. Driver ODBC version 02.50"
## MS Access returned
[1] "ACCESS version 04.00.0000. Driver ODBC version 03.51"

Run the code above in your browser using DataLab