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

Try DataDirect Drivers Now
<User>

Parent Element

<Database>

Child Element

<UseSchema>

Description

This element specifies the user ID used by the driver. At least one <User> element must exist.

Attributes

name [required]: The user name is a string with a maximum length of 128 characters. The default is name=userid, where userid is the user ID used by the driver.
defaultSchema: The name of the schema used for unqualified table and column identifiers. If this attribute is not specified, the schema specified in the first <useSchema> child element is used as the default schema. The default value is RIGHTNOW.