AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.57 →
ADBC in ABAP Release 7.57
Generic Method EXECUTE
The new method EXECUTE of ADBC class CL_SQL_STATEMENT can be used to replace specific methods, see
ADBC - All Statements.
Switching Result Sets
The new method NEXT_RESULT_SET of ADBC class CL_SQL_RESULT_SET can be used to access more than one result set, see example
ADBC - Multiple Result Sets.
New Method for Closing a Connection
The class CL_SQL_CONNECTION has a new method CLOSE_NO_DISCONNECT that closes an ADBC connection object and sets the database connection to inactive instead of closing it completely. Such a connection must not be reopened but can be reused.