Hi ,
I am using HANA DB as my secondary database.
I need to update data in some table.
I am taking refrence from brilliant SAP demo program ADBC_DEMO for all data operations. But when I execute method to create a table , i can see that table is created in HANA studio.
WHen I insert / delete data in that table , my ABAP code given no error. But I cant see data updates in HANA .
After that when I fetch data , I am getting updated data. Though that updated data i can not see in HANA.
What is the possible reason for this?