skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Database Configuration File : UseSchema
  
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=SFORCE [remote] and name=PUBLIC [local].