|
   
Appendix
C . ODBC 3.0 Errors
C.1
SQLParamData
C.2
SQLPrepare
C. ODBC 3.0 Errors
This appendix
lists errors in the Microsoft ODBC 3.0 API.
C.1 SQLParamData
If the
current state is S8, the driver should return SQL_NEED_DATA (not SQL_SUCCESS
as defined by ODBC 3.0) after calling SQLParamData.
C.2 SQLPrepare
If the
current state is S2, the state should be changed to S3 after calling
SQLPrepare if the result set may possibly be empty.
If the
current state is S3, the state should be changed to S2 after calling
SQLPrepare if no result set is created.
   
|