cancel
Showing results for 
Search instead for 
Did you mean: 

Exception CX_SY_OPEN_SQL_DB while executing a BSP page

Former Member
0 Kudos

Hi,

I have created a BSP app'n with 2 pages. In one page i am using a class interface within that one method. In that method im firing a select query.

If i run the BSP page, im getting the CX_SY_OPEN_SQL_DB exception with DBIF_RSQL_INVALID_RSQL error.

I am not able to understand this issue. If any one had any idea, please reply me. I am very thankful if you do this.

Thanks,

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

Nitin,

First , check if the Query is correct , then check the backed DB for any additional details , and also you might get more help if you post the same question in the BSP forums.

How are you calling the query , do you have any internal tables or resultset where you store the values ?

Arun