Load the JDBC driver and open a connection to the database.
>
|
|
>
|
|
| (1) |
Open a read-only connection to the same database.
>
|
|
| (2) |
Open a connection to a different database.
>
|
|
| (3) |
Load a driver for a different kind of database and open a connection to that database.
>
|
|
>
|
|
| (4) |