skip to main content
Using the Driver : Using the Database Configuration File : Schema
  

Try DataDirect Drivers Now

Schema

Parent Element

Database

Child Elements

ConfigOptions, SessionOptions

Purpose

The Schema element defines the schema that contains the mapping for a remote data source. The database configuration file must contain at least one schema definition and may contain multiple schema definitions. Each schema definition defines the type of the data source to which the schema maps, the information to connect to the remote database (except password), and the information needed to configure the remote data model to relational table mapping. At least one Schema element must exist.

Attributes

name [required]: The name of the schema that defines the data model to relational mapping. This attribute can be any valid identifier name. The defaults are name=RIGHTNOW for the remote data source and name=PUBLIC for the local database.
type [required]: The type of remote data source for which the schema defines mapping. This attribute must be type=RightNow for the remote data source and type=local for the local database.