Script: dbcontent-element
A dbcontent element tells where the module shall search for its content. The template of the module must have a processing instructions (PI) of type importdb, see: ImportDB to realize the actual extraction of content.
A Module may contain 1 DBContent element,
<dbcontent connection="" />
connection(mandatory) | A complete connectionstring. |
A dbcontent element may not contain any elements
Examples:
<dbcontent connection="jdbc:mysql://a.b.no/vin?user=student&password=student" />