-
- Downloads
Changed the error handling as follows.
1) ERRORs cause an SQL_ERROR and the SQLSTATE='S1000'. 2) NOTICEs cause an SQL_SUCCESS_WITH_INFO and the succeeding SQLError() returns the NOTICE message.
Showing
- src/interfaces/odbc/connection.c 42 additions, 18 deletionssrc/interfaces/odbc/connection.c
- src/interfaces/odbc/socket.c 4 additions, 2 deletionssrc/interfaces/odbc/socket.c
- src/interfaces/odbc/socket.h 1 addition, 1 deletionsrc/interfaces/odbc/socket.h
- src/interfaces/odbc/statement.c 5 additions, 6 deletionssrc/interfaces/odbc/statement.c
Loading
Please register or sign in to comment