Sự kiện
Nhận chứng nhận Microsoft Fabric—miễn phí!
23 giờ 19 thg 11 - 23 giờ 10 thg 12
Trong thời gian giới hạn, nhóm Cộng đồng Microsoft Fabric sẽ cung cấp phiếu thi DP-600 miễn phí.
Chuẩn bị ngay bây giờTrình duyệt này không còn được hỗ trợ nữa.
Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.
When an error occurs while executing a batch of SQL statements, one of the following four outcomes are possible. (Each possible outcome is data source-specific and might even depend on the statements included in the batch.)
No statements in the batch are executed.
No statements in the batch are executed and the transaction is rolled back.
All of the statements before the error statement are executed.
All of the statements except the error statement are executed.
In the first two cases, SQLExecute and SQLExecDirect return SQL_ERROR. In the latter two cases, they may return SQL_SUCCESS_WITH_INFO or SQL_SUCCESS, depending on the implementation. In all cases, further error information can be retrieved with SQLGetDiagField, SQLGetDiagRec, or SQLError. However, the nature and depth of this information is data source-specific. Furthermore, this information is unlikely to exactly identify the statement in error.
Sự kiện
Nhận chứng nhận Microsoft Fabric—miễn phí!
23 giờ 19 thg 11 - 23 giờ 10 thg 12
Trong thời gian giới hạn, nhóm Cộng đồng Microsoft Fabric sẽ cung cấp phiếu thi DP-600 miễn phí.
Chuẩn bị ngay bây giờ