Alongside ADBC, it is also possible to embed Native SQL statically between EXEC SQL
and ENDEXEC
in ABAP programs. The
recommendation, however, is to use ADBC. While the static embedding of Native SQL offers exclusively static access to the Native SQL interface, ADBC
makes modern object-orientated and dynamic access possible. New developments and improvements, such as optimized performance using bulk access
across internal tables, are now made only for ADBC.
The existing static embedding of Native SQL statements is still supported but should no longer be used in new programs.