odbcErrors               package:RODBC               R Documentation

_R_O_D_B_C _E_r_r_o_r-_H_a_n_d_l_i_n_g _U_t_i_l_i_t_y _F_u_n_c_t_i_o_n_s

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

     Utility functions for examining and clearing error messages which
     have been collected during low-level ODBC calls.

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

     odbcGetErrMsg(channel)
     odbcClearError(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:

     'odbcGetErrMsg' returns a (possibly zero-length) character vector
     of pending messages.

     'odbcClearError' returns nothing, invisibly.

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

     Michael Lapsley

_S_e_e _A_l_s_o:

     'odbcQuery', 'odbcConnect'

