PreviousProgrammer's Guide (v9 SP2 (9.5) revision 1) Next

Starting a Pervasive PSQL Application

Chapter contents

When you are developing a Pervasive PSQL application, you must include the appropriate source module for the specific programming interface.

Adding Pervasive PSQL Source Modules

You need to include either the Btrieve source module into the programming interface in which you are developing your applications.

To add a Btrieve source module in a Visual Basic project:

  1. Start a new project in Visual Basic.
  2. Add an existing standard module to your project, if appropriate.
  3. Add the Pervasive PSQL source modules.

To add a Btrieve source module in a Delphi project:

  1. Start a new project in Delphi.
  2. Select Options from the Project menu.
  3. Click the Directories tab.
  4. Insert C:\PVSW\SDK2000\INTF\DELPHI in the Search Path data field.
  5. Include source modules in your USES clause.

Chapter contents
Book contents

Prev topic: Special Notes on Delphi
Next topic: Btrieve API