ABAP - Keyword Documentation →  ABAP - Reference →  Processing External Data →  ABAP Database Accesses →  Native SQL → 

ADBC - ABAP Database Connectivity

ADBC is an API for the Native SQL interface of the AS ABAP that is based on ABAP Objects. The ADBC methods can be used to pass Native SQL statements to the database interface. They make it possible to

The ADBC classes all begin with the prefix CL_SQL_ or CX_SQL_ and are documented. The following paragraphs briefly introduce the most important classes.

Programming Guideline

Use Open SQL

Notes

The existing static embedding of Native SQL statements is still supported but should no longer be used in new programs.

Security Notes

Executable Examples

The program ADBC_DEMO and further programs with the prefix ADBC_DEMO_ demonstrate the methods of ADBC. Executable examples from the ABAP example library can be found under ADBC Examples.



Continue
ADBC - CL_SQL_STATEMENT
ADBC - CL_SQL_PREPARED_STATEMENT
ADBC - CL_SQL_CONNECTION
ADBC - CX_SQL_EXCEPTION
ADBC Examples