Creates a new connection with the given username and password
Parameters: userID - the user id to connect with Parameters: password - the password to connect with a connection to the database throws: SQLException - if an error occurs
Creates a connection using the specified properties.
Parameters: props - the properties to connect with a connection to the database throws: SQLException - if an error occurs
This method is used by the app server to set the url string specified
within the datasource deployment descriptor. It is discovered using
introspection and matches if property name in descriptor is "url".
Parameters: url - url to be used within driver.connect