Skip to content
Snippets Groups Projects
Commit 3147f6cf authored by Clemens Kupke's avatar Clemens Kupke
Browse files

java error

parent 72737b9e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import java.net.URL; ...@@ -2,7 +2,7 @@ import java.net.URL;
import java.sql.*; import java.sql.*;
public class lab16 public class lab13
{ {
static final int iMaxNumRows = 100; static final int iMaxNumRows = 100;
...@@ -89,7 +89,7 @@ public class lab16 ...@@ -89,7 +89,7 @@ public class lab16
public static String runQuery (String sTypeJDBC, String sTable) public static String runQuery (String sTypeJDBC, String sTable)
{ {
String retVal = new String(); String retVal = new String();
lab16 myQuery = new lab16(); lab13 myQuery = new lab13();
try { try {
myQuery.connect(sTypeJDBC); myQuery.connect(sTypeJDBC);
retVal = myQuery.listEmp(); retVal = myQuery.listEmp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment