Skip to content

Opening book details…

About this document

Java RMI AccessDB Implementation Guide by Quy Qui is a document available to read on EtoBox.

The document describes steps to create a Java RMI client-server application for accessing a database: 1. Create an AccessDBInterface interface with GetTable and ExecUpdateSQL methods. 2. Create server and client folders and copy interface class files to both. 3. On the server side: implement the interface in AccessDBImpl class, create registry, bind interface, and run server. 4. On the client side: lookup interface and call methods to get table data and execute SQL. The server accesses a SQL Server

Author
Quy Qui
Language
EN