Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

get driver mysql

// The newInstance() call is a work around for some
// broken Java implementations
Class.forName("com.mysql.cj.jdbc.Driver").newInstance();
Source by delorenzo.inginf.units.it #
 
PREVIOUS NEXT
Tagged: #driver #mysql
ADD COMMENT
Topic
Name
5+1 =