This is a test dynamic jsp file.
These numbers are produced in a for loop
i = 0
i = 1
i = 2
i = 3
i = 4
i = 5
i = 6
i = 7
i = 8
i = 9
Attempting to query WorksOn database hosted on Microsoft SQL Server at sql04.ok.ubc.ca:
Employee Id | Employee Name | Salary |
---|---|---|
E1 | J. Doe | 30000.0 |
E2 | M. Smith | 50000.0 |
E3 | A. Lee | 40000.0 |
E4 | J. Miller | 20000.0 |
E5 | B. Casey | 50000.0 |
E6 | L. Chu | 30000.0 |
E7 | R. Davis | 40000.0 |
E8 | J. Jones | 50000.0 |
Attempting to query WorksOn database hosted on MySQL at cosc304.ok.ubc.ca:
Employee Id | Employee Name | Salary |
---|---|---|
E1 | J. Doe | 30000.0 |
E2 | M. Smith | 50000.0 |
E3 | A. Lee | 40000.0 |
E4 | J. Miller | 20000.0 |
E5 | B. Casey | 50000.0 |
E6 | L. Chu | 30000.0 |
E7 | R. Davis | 40000.0 |
E8 | J. Jones | 50000.0 |