‎2021 Jun 16 6:01 AM
Hi Expert,
Here I want to establish SAP to SQL Express server connection. but i getting dump during to executing connection,
Step 1 : DBCO

Step 2 : Create Program and try to connection.
EXEC SQL.
CONNECT TO 'SAP_SQL_PILOT_PROJECT'
ENDEXEC.
IF sy-subrc <> 0.
RAISE EXCEPTION TYPE cx_sy_native_sql_error.
ENDIF.
But getting a Dump during program executeing.
‎2021 Jun 16 7:01 AM
Try again using CL_SQL_... classes.
Oh, and some information about the dump would be helpful.