# | Line 17 | Line 17 | class DBInsertTest { | |
---|---|---|
17 | ||
18 | // Create an instance of the mySQL driver. | |
19 | try{ | |
20 | < | Class.forName("org.gjt.mm.mysql.Driver").newInstance(); |
20 | > | Class.forName("org.gjt.mm.mysql.Driver").newInstance(); |
21 | } | |
22 | catch(Exception e){ | |
23 | e.printStackTrace(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |