When you select a database the URL part should be
autofilled with the default url type for that database.
For example if the user selects MySQl then the URL
field should automatically show
jdbc:mysql://server/dbname or if user selects ORACLE
then the URL field should show
jdbc:oracle:thin:@server:port:dbname This settings
could be stored in the file {installdir}
\ward\platform\config\dbDrivers.xml
Also when the funtionality 1 is implemented this page
will have additional information about the drivers loaded
and drivers not loaded from the driver list present in
dbDrivers.xml.