RODBC-package             package:RODBC             R Documentation

_O_D_B_C _D_a_t_a_b_a_s_e _C_o_n_n_e_c_t_i_v_i_t_y

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

     Package 'RODBC' implements ODBC database connectivity.

     See the package manual for details of installation and use.  (This
     will show up as a vignette, and can be accessed _via_
     'RShowDoc("RODBC", package="RODBC")'.)

_D_e_t_a_i_l_s:

     Two groups of functions are provided.  The mainly internal 'odbc*'
     commands implement low-level access to the ODBC functions of
     similar name.  The 'sql*' functions operate at a higher level to
     read, save, copy and manipulate data between data frames and SQL
     tables.  Many connections can be open at once to any combination
     of DSN/hosts.

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

     Michael Lapsley and Brian Ripley

