Home
last modified time | relevance | path

Searched refs:err_step (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1074 char *err_step; in odbc_open() local
1083 err_step = "SQLAllocHandle (SQL_HANDLE_DBC)"; in odbc_open()
1088 err_step = "Invalid DBD Parameters - open"; in odbc_open()
1097 err_step = "SQLSetConnectAttr (from DBD Parameters)"; in odbc_open()
1108 err_step = "SQLDriverConnect"; in odbc_open()
1116 err_step = "SQLConnect"; in odbc_open()
1147 CHECK_ERROR(&tmp_dbc, err_step, rc, err_htype, err_h); in odbc_open()