iText in Action: Helper classes database connection
Some helper classes to make a database connection. These examples were written in the context of the book "iText in Action - Second Edition".
databaseconnection
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/database/DatabaseConnection.java##
hsqldbconnection
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/database/HsqldbConnection.java##
createhsqldbtables
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/database/CreateHsqldbTables.java##
mysqlconnection
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/database/MySqlConnection.java##
adodb (C#)
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/AdoDB.cs##