Partager via


SQL_NO_DATA

Lorsqu’un ODBC 3.x application appelle SQLExecDirect, SQLExecute ou SQLParamData dans odbc 2.x driver to execute a searched update or delete statement that does not affect any rows at the data source, the driver should return SQL_SUCCESS, not SQL_NO_DATA. Lorsqu’un ODBC 2.x ou ODBC 3.x application fonctionnant avec ODBC 3.x driver appelle SQLExecDirect, SQLExecute ou SQLParamData avec le même résultat, ODBC 3.x driver doit retourner SQL_NO_DATA.