 |
BUG: Incorrect Number of Rows Inserted Using MS ODBC Driver and Stored Procedure on SQL Server
#include #include #include void main(void) { HENV henv; HDBC hdbc; HSTMT hstmt; SQLRETURN retcode; retcode = SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&henv); // We need to set the ODBC version to ...
support.microsoft.com |
 |