cancel
Showing results for 
Search instead for 
Did you mean: 

Access BC_MSG table through a java program

Former Member
0 Kudos

All,

I was able to access bc_msg table data from ABAP using dbcon. Now the next thing I want to do is access bc_msg table using a java program that I will write in NWDS.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Please refer to my reply in the other thread -

https://scn.sap.com/thread/3527019

I hope you got enough access.

Former Member
0 Kudos

Hareesh,

I am trying the following connection string in DriverManager.getConnection but getting the error

'IO Error: The Network Adapter could not establish the connection'

jdbc:oracle:thin:@hostname:1521:SAPABCDB

SAPABCDB is the Java Schema name

Thanks

Former Member
0 Kudos

I got this working. Thanks.

Answers (0)