ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/DBInterface/DBInsertTest.java
(Generate patch)

Comparing experimental/server/DBInterface/DBInsertTest.java (file contents):
Revision 1.1 by pjm2, Mon Dec 4 09:34:20 2000 UTC vs.
Revision 1.2 by pjm2, Mon Dec 4 10:48:58 2000 UTC

# 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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines