[email protected] wrote: > > Hmmmm, I am a Java programmer and a MySql DB user and your request made > NO sense to me.
Correct. If this is a genuine question, it's off-topic on this list. However, if the OP goes to the keywords page: http://1t3xt.be/?X0004c8 he can do Ctrl+F to Find the keywords "Database publishing". If he clicks on the link, he'll end up here: http://1t3xt.be/?X000680 He'll find plenty of examples that create a report from a database. In those examples, I used Hibernate. That way it doesn't matter what database is used (it doesn't matter if it's a mySql database, Oracle, or, in the case of the examples, hyperSql). If he's unfamiliar with Hibernate (I think we can safely assume that, given the newbie nature of his question), he could use JDBC. It's unconceivable that a Java programmer is unfamiliar with JDBC. He'll find some examples here: http://lowagie.com/itextwiki/doku.php/filmfestival:list The source code can be found here: http://itext.ugent.be/wiki/examples/src/com/lowagie/filmfestival/ -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
