Purpose

Specifies the user name that is used to connect to the database. A user name is required if user ID/password authentication is enabled on your database. Contact your system administrator to obtain your user name.

Valid Values

string

where:

string
is a valid user name. The user name is case-sensitive.

Data Source Methods

public String getUser()

public void setUser(String)

Default

No default value

Data Type

String