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 *

<server>
database.connect("ORACLE", "naos", "name", "pass", "");
cursor=database.cursor("select * from Employee");
while (cursor.next()) {
write(cursor.id);
write(cursor.name);
}
</server>



© 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