Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dstatement.h76 #define STMT_BAD_ERROR 27 macro
H A Denviron.c128 case STMT_BAD_ERROR: in SQLError()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h90 ,STMT_BAD_ERROR enumerator
H A Dstatement.c1282 { STMT_BAD_ERROR, "08S01", "08S01" }, /* communication link failure */
2212 SC_set_error(self, STMT_BAD_ERROR, CC_get_errormsg(conn), func); in SC_execute()