2. Using Ingres Commands : xmlimport Command—Import XML Data into Ingres : xmlimport Example
 
Share this page                  
xmlimport Example
This command imports an XML file named xmlout.xml into an Ingres database testdb:
xmlimport testdb xmlout.xml.
The xmlimport utility parses xmlout.xml and then creates the tables and indexes defined in the xmlout.xml file in testdb database.