com.mysql.jdbc.Driver
Note: The most elegant way to include database drivers for DataMaster
in your Protégé classpath is to place the .jar
file containing your driver
directly in the DataMaster plugin directory, located in
[PROTEGE_INSTALL_DIR]\plugins\edu.stanford.smi.protegex.datamaster
and restart Protégé.
If you are looking for a JDBC driver for your database search the website of the DBMS vendor or try the following link: http://developers.sun.com/product/jdbc/drivers
For convenience here is a list of example driver names for popular databases (if you encounter problems please follow the API documentation of the JDBC driver)
com.microsoft.jdbc.sqlserver.SQLServerDriver
com.microsoft.sqlserver.jdbc.SQLServerDriver
oracle.jdbc.driver.OracleDriver
com.ibm.db2.jdbc.app.DB2Driver
For more information please refer to http://protegewiki.stanford.edu/index.php/DataMaster