Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS209_2018
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clemens Kupke
CS209_2018
Commits
3147f6cf
Commit
3147f6cf
authored
6 years ago
by
Clemens Kupke
Browse files
Options
Downloads
Patches
Plain Diff
java error
parent
72737b9e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lab1/lab13.java
+2
-2
2 additions, 2 deletions
lab1/lab13.java
with
2 additions
and
2 deletions
lab1/lab13.java
+
2
−
2
View file @
3147f6cf
...
@@ -2,7 +2,7 @@ import java.net.URL;
...
@@ -2,7 +2,7 @@ import java.net.URL;
import
java.sql.*
;
import
java.sql.*
;
public
class
lab1
6
public
class
lab1
3
{
{
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
();
lab1
6
myQuery
=
new
lab1
6
();
lab1
3
myQuery
=
new
lab1
3
();
try
{
try
{
myQuery
.
connect
(
sTypeJDBC
);
myQuery
.
connect
(
sTypeJDBC
);
retVal
=
myQuery
.
listEmp
();
retVal
=
myQuery
.
listEmp
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment