cancel
Showing results for 
Search instead for 
Did you mean: 

VC accessing portal database tables

kiran_jakkaraju
Contributor
0 Kudos

Hi,

How can I call a portal database from PAR (java/jsp) or from Visual Composer like JDBC system etc??

We are using portal activity reports and I have customized using portal database tables.


InitialContext ctx = new InitialContext();
				//initalize InitialContext
				DataSource ds = (DataSource) ctx.lookup("jdbc/SAP/BC_JMS");
				//Get DataSource
				con = ds.getConnection(); //Get Connection object

Now my requirement is I need to create a custom tables to insert and retrieve data and create a JDBC system to access the same from Visual Composer.

please advise..

Accepted Solutions (0)

Answers (2)

Answers (2)

kiran_jakkaraju
Contributor
0 Kudos

Closing - did not get any suggestion.

kiran_jakkaraju
Contributor
0 Kudos

I got this link to create database tables using CE.

can we do it for EP 7.0?