ABAP - Keyword Documentation →  ABAP - ABAP Release News →  News for ABAP Release 7.5x →  News for ABAP Release 7.57 → 
Mail Feedback

ADBC in ABAP Release 7.57


1. Generic Method EXECUTE

2. Switching Result Sets

3. New Method for Closing a Connection



Modification 1  

Generic Method EXECUTE

The new method EXECUTE of ADBC class CL_SQL_STATEMENT can be used to replace specific methods, see ADBC - All Statements.



Modification 2  

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.



Modification 3  

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.