Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Reality Java Interface Programming Guide (JReal/RealSQL-JDBC) (HOMEPAGE.HTM)
The Reality Java Interface Programming Guide is applicable to JReal V3.0 and V3.1 and the Reality SQL/JDBC Driver V1.0.
JReal V3.0/V3.1 comprises:
com.northgateis.comms.dda
package. These classes allow a Java program to make a connection and access information in a Reality database by sending DDA messages across a TCP/IP network.com.northgateis.reality.rsc
package. These classes allow a Java program to access a Remote Basic subroutine (a DataBasic subroutine that has been enabled for use via remote access).ItemView
, which allows a Reality item to be broken down into attributes, values and subvalues.The RealSQL-JDBC Driver V1.0 comprises
com.northgateis.reality.realsql
package. The driver uses the JReal DDA package to make a connection and access data on a Reality database. The RealSQL classes allow the Java program to construct SQL commands to execute queries or update the database.This help system provides guidelines, with examples, for a Java programmer wishing to enquire upon or update a Reality database using the RSC package, RealWeb, or the Reality SQL/JDBC Driver. For a summary of these methods, and the intended readership of this guide, please refer to the Overview.