|
Provided a text interface to Oracle database over a TCP/IP socket. Program
operates as a pool-of-processes daemon. The requests consist of a single line of
SQL, which is sent to the database (on a pre-established connection) for
processing. Results, if any, are returned in a line. When the server receives
the request "quit", it disconnects from the client and resumes listening for new
connections.
| Platforms: |
| Unix and all platforms that support JVM |
| Languages: |
| DK1.2x, Oracle 8i |
| Tools and software: |
| JBuilder3 and JDBC |
|