user=userName
user=userName
Specifies a valid user name for the system, specified with a password. A valid user name and password are required when user authentication is turned on.
Combining with Other Attributes
Use in conjunction with password=userPassword.
Example
The following database connection URL connects the user jill to toursDB:
jdbc:derby:toursDB;user=jill;password=toFetchAPail
Previous Page
Next Page
Table of Contents
Index