Introduction


 

The Sunbelt PL/B:Data Manager adds exciting new performance and features to any networked PL/B configuration. If you are currently using any Windows or Linux Sunbelt language products in a networked environment, just look at what the Data Manager has to offer. With the Data Manager, you can:

 

 

With the Data Manager, a program requests a record via a sequential, random, ISAM, or AAM access. The Data Manager locates the record at the server using its local data files. Once the requested record has been found, the Data Manager sends only the data record back to the program.

 

The Data Manager has been implemented in such a way that no programming changes or recompilations of your existing programs are required. You simply create a new file (Managed File Descriptor) using the MAKEMFD utility and describe the physical location of the actual data file. When a program opens the MFD, it will automatically link to the file on the server. You can also avoid using the Managed File Descriptor by adding the TCP/IP address of the Data Manager to the file name on the OPEN statement.

 

Included in the Data Manager product is the Watch administrative utility. Using this program, an administrator can oversee the data manager tasks and control various aspects of the client access.



about_sundm The Need for a Data Manager