<UseSchema>
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
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 SFORCE
[remote] or name=PUBLIC [local].