|
This release of Pervasive.SQL includes the following changes to utilities and documentation:
This release adds a new set of Java-based GUI utilities that you can use on Windows platforms.
The core utility is Pervasive.SQL Control Center (PCC), a framework that replaces and extends functionality found in the following utilities of previous releases:
Other utilities are not yet migrated to Java, but can be loaded as external tools. These include:
To learn about the new PCC, see the chapter Using Pervasive.SQL Control Center in Pervasive.SQL User's Guide.
This release of Pervasive.SQL includes the following additional command line interface (CLI) utilities:
The Configuration properties Utility (bcfg) is a command-line utility that allows you to change your configuration.
To learn about bcfg, see the chapter Configuration Through CLI Utility in Advanced Operations Guide.
The Bulk Data Utility (bdu) is a command-line utility that allows you to load data from a delimited text file into a preexisting Pervasive.SQL table. BDU replaces the Import utility that was available with previous releases.
To learn about bdu, see bdu in Pervasive.SQL User's Guide.
The Monitor Utility (bmon) is a command-line utility that allows you to monitor database resources.
To learn about bmon, see the chapter Command Line Interface Monitor in Advanced Operations Guide.
The Pervasive Data Definition Language (pvddl) utility allows you to execute one or more SQL statements from a command line interface.
To learn about pvddl, see pvddl in Pervasive.SQL User's Guide.
JavaHelp replaces the HTML Help functionality found in previous releases in order to support the new Java-based Pervasive.SQL Control Center. This new help functions in much the same way as the previous HTML Help system. You can also customize the helpset to fit your needs.
JavaHelp is based on the concept of a helpset. A helpset is a definition of content, features and configuration that control the functionality of the documentation.
The previous help format (Microsoft HTML Help) is still installed by the PSA utility. This duplicate help format is installed so that it can support the utilities that have not yet been converted to the new Java platform for Pervasive.SQL Control Center. The content of this help system is identical to that of JavaHelp.
Pervasive JavaHelp is packaged in the same way and installed to the same folder location as the Pervasive.SQL Control Center.
The structure of the Pervasive help system is as follows:
The help system can be customized by editing the file preferences.ini located in the package com.pervasive.help.ui_1.0.0. You must close and restart Pervasive.SQL Control Center and other open JavaHelp windows for the changes to preferences.ini to take effect. The following documentation settings can be customized:
Pervasive JavaHelp assumes that the Java compiler is available in the PATH after installation of JRE. If JavaHelp is not loading, ensure that your environment is set correctly:
JAVA_HOME=c:\jre
JAVA_HOME=/usr/local/java
PATH=c:\jre\bin
PATH=/usr/local/java/bin
JavaHelp uses a Java browser to display help content. Since the Java browser is designed for compactness, it is not optimized for the wide variety of web components found in Web sites. Thus, external links (such as http://www.pervasive.com) are routed to a web browser on your machine.
In Windows, the default browser Internet Explorer is used. Pervasive JavaHelp does not attempt to find where Internet Explorer is installed, so you must ensure that Internet Explorer (iexplore.exe) is in the PATH. On most Windows machines, this is already the case.
In Linux, the htmlview script is used to find the default browser. This script is in the public domain, and may be part of your Linux distribution. For example, it is located in /usr/bin on Red Hat distributions.
|
Chapter contents
Prev topic: Relational Interface Support
|