Installation

To install N8PSQL40 package into Delphi, follow these steps:

The installation of the component is a two-part process. 
First you have to install the package into the Delphi 4 VCL by 
following the instructions in the Delphi4 manual.  Secondly, you 
should install the help file of this package into the help system of
Delphi4.

        1.1. If not already running, start up Delphi 4.
        1.2. If you have installed a previous copy, uninstall it
        1.3. Select the subfolder 'delphi4\lib' of the distribution files
        1.4. Copy all "dcu" and "dcp" files of this folder to the Delphi
        library folder (usually  '...\Delphi 4.0\Lib'), "N8Pdt40.bpl"
        file to Delphi bin folder (usually '...\Delphi 4.0\Bin') and
        "N8PSQL40.bpl" to Windows System folder.
        1.5. Click on "Component" and then on "Install Packages ..."
        1.6. Click on "Add" and select "N8Pdt40.bpl" file in Delphi bin
        folder.
        1.7. Click on OK
        1.9. Thereafter the TN8PSQLVar,TN8PSQLQuery,TN8PSQLTable,
        TN8PSQLScript and TN8PSQLDatabase components are available
        on the VCL palette using the folder 'N8S'.

        2.1 Select the subfolder 'delphi4\help' of the distribution files
        2.2 Copy all files of this folder to the Delphi help folder
        (usually '...\Delphi 4.0\Help')
        2.3 Click on 'Help' and then on 'Customize...' then in OpenHelp:
                2.3.1 Add to 'Contents' file '...\Delphi 4.0\Help\n8psql.toc'
                2.3.2 Add to 'Link' file '...\Delphi 4.0\Help\n8psql.hlp'
                2.3.3 Add to 'Project' file '...\Delphi 4.0\Help\n8psql.cnt'
                2.3.4 Click on 'File' then on 'Save Project' then on 'Exit'.
        2.4 Thereafter the help for the components is available.
