Working with the database connection URL attributes You specify attributes on the connection URL. Attributes to database connection URLAttributes to database connection URLsetting

The examples in this section use the syntax of the connection URL for use in an embedded environment. You can also specify these same attributes and values on the client connection URL if you are using as a database server. For more information, see the .

You can also set these attributes by passing a Properties object along with a connection URL to DriverManager.getConnection when obtaining a connection; see .

All attributes are optional.

For complete information about the attributes, see "Setting attributes for the database connection URL" in the .

For detailed information about the connection URL syntax, see .