Basic HTML version of Foils prepared
23 February 97
Foil 24 Example
From
Overview of Approaches to Java - Database Connectivity Rome Lab Quarterly Review for CIV --
June 28 96
.
by
Konrad Olszewski
*
1
<server>
2
database.connect("ORACLE", "naos", "name", "pass", "");
3
cursor=database.cursor("select * from Employee");
4
while (cursor.next()) {
5
write(cursor.id);
6
write(cursor.name);
7
}
8
</server>
Table Font Size
©
Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu
If you have any comments about this server, send e-mail to
webmaster@npac.syr.edu
.
Page produced by
wwwfoil
on Thu Aug 14 1997