[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Problems providing BIRT a JDBC connection using ODA driverBridge

I will put an updated blog entry for this in. Also you can set the classpath for the JDBC driver using OdaJDBCDriverClassPath.

Jason

Wenjie Tu wrote:
What birt version are you using?
In fact, in BIRT2.3.1, you can just pass a java.sql.Connection instance into BIRT through appContext.


java.sql.Connection conn = connPool.getConnection();
appContext.put("OdaJDBCDriverPassInConnection", conn);

see https://bugs.eclipse.org/bugs/show_bug.cgi?id=236565