Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This file is used by the DbLoader tool to create the uPortal database tables and populate the database. It contains several sample entries which create db-type-mappings for different databases. Find the tags for an HypersonicSQL database and modify the db-version, driver-name, and driver-version as necessary. For example:

Code Block
  <db-type-mapping>
    <db-name>Microsoft SQL Server</db-name>
    <db-version>8version>08.00.760<0760</db-version>
    <driver-name>net.sourceforge.jtds.jdbc.Driver<name>jTDS Type 4 JDBC Driver for MS SQL Server and Sybase</driver-name>
    <driver-version>1.0.3</driver-version>
    <type><generic>INTEGER</generic><local>INTEGER</local></type>
    <type><generic>VARCHAR</generic><local>VARCHAR</local></type>
    <type><generic>TEXT</generic><local>TEXT</local></type>
    <type><generic>TIMESTAMP</generic><local>DATETIME</local></type>
  <type><generic>LONGVARCHAR</generic><local>NTEXT</local></type>
    <!-- map more types here -->

 </db-type-mapping>

PersonDirs.xml

...