Database Types H

Database Types V

Use this page to add database types.

To access this page select Admin > Configuration > Setup > Database Types from the Navigation pane.

Field Description
DATABASE TYPE ID Displays the database type ID.
DESCRIPTION Displays the type of database.
SUPPORTED If checked, the database is supported. If unchecked, the database is not supported and will not appear in drop-down lists referring to this data.

Database Types V

Database Types H

Field Description
Database Type ID Displays the database type ID.
Description Displays the type of database.
Supported If checked, the database is supported. If unchecked, the database is not supported and will not appear in drop-down lists referring to this data.
Beginning Qualifier Displays the beginning qualifier used to quote the table names to allow special characters in the table name.
Ending Qualifier Displays the ending qualifier used to quote the table names to allow special characters in the table name.
Select Top Format Displays the query format limiting the top number of rows to be returned from the database select query. The default value is *, which will return the entire data set. Replace the default * with a whole number value to return a specific number of records from the data set. For example, if you enter 1000 in the field, the top 1000 records will be returned rather than the entire data set.