Hello Experts,
I am fetching data from HANA DB as secondary database using ADBC. When I am going to concatenate native SQL query its geting more than 255 char and here is the problem.
Please suggest how can I deal with more than 255 char string query.
GV_SQL is query which is string.
e.g. GO_RESULT = GO_SQL->EXECUTE_QUERY( GV_SQL ).
-
Regards,
Amol