InterBase Procedure Editor version 1.0 Copyright (C) 1995-1996 Computer II Communications. All Rights Reserved Software Requirements: 1.)Windows 3.1 or Later 2.)The Borland Database Engine (IDAPI) IDAPI is installed with any of the Borland database tools such as Delphi, Paradox, Visual dBASE, C++, etc. 3.)Access to a local or remote InterBase server. Hardware requirements Aproximately 600K of free disk space. Introduction ------------ The Interbase Procedure Editor for Delphi allows the developer to more easily create and manage stored procedures. Exhisting procedures can be modified and recommitted to the database or extracted and stored in script files for archiving or execution. By selecting an InterBase alias to connect to the editor will retrieve a list of procedures availible for editing. Edited procedures can be saved to disk as source code or executed against the server. The ability to save procedures as source aids in the movement of procedures from one database to the other. In addition a developer may wish to build a collection of stored procedures for later re-use.