News

The following script demonstrates the tremendous benefit achieved from the combination of GroovySql (and specifically the groovy.sql.Sql class) and MarkupBuilder.
A PHP script has been developed to connect to a database, retrieve all products, and save them in an XML file named products.xml. This file is stored in the same directory as the PHP script ...