odbcGetInfo              package:RODBC              R Documentation

_R_e_q_u_e_s_t _I_n_f_o_r_m_a_t_i_o_n _o_n _a_n _O_D_B_C _C_o_n_n_e_c_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Request information on an ODBC connection.

_U_s_a_g_e:

     odbcGetInfo(channel)

_A_r_g_u_m_e_n_t_s:

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

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

     Brian Ripley

_E_x_a_m_p_l_e_s:

     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"

