skip to main content
About the Driver : Using the driver : Using the Database Configuration File : <UseSchema>
  

Try DataDirect Drivers Now
<UseSchema>

Parent Element

<User>

Child Element

None

Description

This element specifies a schema that is visible to the user of the 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 default value is RIGHTNOW for the remote data source and PUBLIC for the local database.