Load Drivers Dialog

The load drivers dialog allows users to dynamically load JDBC Thin drivers in the application. It is as shown below :



You can add/delete as as many JDBC drivers as you want to in this dialog. Goat uses a separate class-loader to dynamically load the specified classes into the classpath without restarting the application. The drivers will be loaded into memory as soon as you hit the save button in the dialog.

Also, please note that once a driver has been loaded into memory it cannot be unloaded dynamically. To do so, you have to exit and restart the application.