jTDS implementation of the java.sql.Driver interface.
Implementation note:
Property text names and descriptions are loaded from an external file resource.
This allows the actual names and descriptions to be changed or localised without
impacting this code.
The way in which the URL is parsed and converted to properties is rather
different from the original jTDS Driver class.
See parseURL and Connection.unpackProperties methods for more detail.
See Also:java.sql.Driver author: Brian Heineman author: Mike Hutchinson author: Alin Sinpalean version: $Id: Driver.java,v 1.70 2007/08/02 22:35:27 bheineman Exp $