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

Try DataDirect Drivers Now

UseSchema

Parent Element

User

Child Element

None

Purpose

The UseSchema element specifies a schema that is visible to the user of this element. A schema contains the mapping between the remote data model and the relational tables the driver exposes. Multiple schemas can be associated with a user. At least one UseSchema element must exist.
A basic User definition typically has two UseSchema elements: one that specifies the mapping to the remote data source and one for the local schema.

Attributes

name [required]: The name of the schema to associate with the user. The schema name is a string with a maximum length of 128 characters. The defaults are name=RIGHTNOW [remote] and name=PUBLIC [local].