Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to use external DataSet for birt by application
How to use external DataSet for birt by application [message #144775] Fri, 24 March 2006 05:06
Eclipse UserFriend
Originally posted by: timri.zeng.mail.emis.com.tw

For Example:

//get db connection
Connection con = dbConnectPool.getOneConnection();

//get my DataSet
String sql="select * from Example";
PreparedStatement stmt = con.prepareStatement(sql);
ResultSet rs = stmt.executeQuery();
..
..
..

My Problem is "How to use my defined ResultSet(rs) to Report , not to use
the predefined internal DataSet of *.rptdesign to Report".

How can I do?

I have looked for birt API , but I still can't resolve my problem.

thanks...
Previous Topic:Where can I find the Example Plug-ins section?
Next Topic:Too Slow
Goto Forum:
  


Current Time: Fri Aug 23 06:07:04 GMT 2024

Powered by FUDForum. Page generated in 0.08165 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top