<p>hi All,</p>
<p> </p>
<p>I would like to retrieve some values directly during "initialize" event from database without using the BIRT data-sources. Instead, I like to connect to database using JavaScript. Sth like:</p>
<p> </p>
<p>var connectionNewVal = Packages.java.sql.DriverManager.getConnection("jdbc:oracle:thin:
@//192.168.56.101:1521/ORCL", "xx", "yy"); </p>
<p> </p>
<p>I am pretty familiar with different aspects of BIRT. But, really do not have any clue on this.</p>
<p> </p>
<p>Any helps is appreciate it.</p>
<p> </p>
<p>Thank you,</p>
<p> </p>
<p> </p>