Datasource Interfaces PDF Print E-mail

The DataSource interface allows connection to a data source controls on a form or report. Major classes that implement this interface are DSTable (linked to the class table) and DSView (linked to Class View). Since this is an intermediate interface between the data and components, the developer could implement your own class data access, creating a jar and included as a plugin