JVCL Submission of EDI components.

Name     : Raymond Alexander
Email    : raysdelphibox3@hotmail.com 

Zip File Notes:

The "DonatedComp" folder contains the donated components
  TJvEDIDBSpecProfilier, TJvEDIDBSEFProfilier, and TJvEDIDBBuffer

The components are used for building a program that can build and 
update an EDI database used as a buffer for EDI data accessable via SQL.

Compile runtime and designtime packages and install designtime package.
  JCL 1.9 Required.

Demo Source code is located in the "DemoCode" folder and will ouput 
the exe to the "Programs" folder where the database and "Samplespecs" 
folders are located.  Demo was compiled in Delphi 7.

Running the Demo:
  - Run "EDIDBBuffering.exe" in the programs folder.
  - Select database to use for demo.
  - Click the "Profile" button
  - Browse for the "RGE2_SpecVer2.sef" file in the "SampleSpecs" folder.
  - "Profile Done" message box will appear click "Ok".
  - Click "Update Database Buffer" button
  - The log box on the right will fill up indicating the operations 
    performed on the database.
  - "DB Update Buffer Done" message box will appear click "Ok".

Notes:
  For the Advantage database, actual database restructure is performed.
  For the Interbase database, only SQL scripts are created in the log box.