Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP to SQL Express connection.

0 Likes
898

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.

1 REPLY 1
Read only

matt
Active Contributor
821

Try again using CL_SQL_... classes.

Oh, and some information about the dump would be helpful.