‎2009 Dec 15 6:31 AM
Good afternoon.
Prompt, whether is FM c which help it was possible to receive a data set, command SELECT?
I know is DB_EXECUTE_SQL, but it fulfils all DML operations, except SELECT.
‎2009 Dec 15 6:59 AM
‎2009 Dec 15 7:10 AM
I am not good in ADBC interfaces ,but you can check for below classes and package SDB_ADBC.
CL_SQL_METADATA->GET_CONNECTION " used to get underlying connection depending on DB
CL_SQL_STATEMENT->EXECUTE_QUERY "use the connection to get data
Please go thru ADBC documentation.
Thanks