Application Development 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: 

Runtime error DBIF_DSQL2_CONNECTSTR_ERROR ~ CX_SY_NATIVE_SQL_ERROR

Former Member
0 Kudos

Hi,

In my program iam getting runtime error as DBIF_DSQL2_CONNECTSTR_ERROR.

EXEC SQL.
CONNECT TO 'VERTEX'   --->dump happend 
ENDEXEC.


EXEC SQL.
SET CONNECTION 'VERTEX'
ENDEXEC.

Please help me how to resolve the same.

Thanks

Kiran

1 REPLY 1

prasenjit_sharma
Active Contributor
0 Kudos

Hi,

What are you trying to do here? Is it essential to use the native sql commands? which version of sap system are you using?

what is 'VERTEX' is it an external DB or your sap databse? Do you have an entry for the DB connection in DBCON table?

Please be more clear.

Regards

Prasenjit