OSDN Git Service

Changed the error handling as follows.
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 19 Jun 2001 02:17:06 +0000 (02:17 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 19 Jun 2001 02:17:06 +0000 (02:17 +0000)
commit76d38cb0c693985f8a2473e1bcd2ff093aebfe62
tree425be1b1990acce878ad4bd239b8e05bd3d061ba
parent3709a5ada7e033c0cc4551018df4433e09abc001
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.
src/interfaces/odbc/connection.c
src/interfaces/odbc/socket.c
src/interfaces/odbc/socket.h
src/interfaces/odbc/statement.c