PreviousUser's Guide (v10) Next

Data

Chapter contents

The tables that you create with PCC are initially empty. You can add data to them through PCC or by importing data. PCC provides a wizard to export data and one to import data.

Creating Data Through PCC

See To add rows of data to the Grid .

Importing Data with Bulk Data Utility

See bdu in Pervasive PSQL User's Guide.

Importing Data with Import Data Wizard

The Import Data Wizard reads delimited data from a text file and adds the data to a table. The wizard allows you to specify the following:

Restrictions

The data must use a field delimiter of the comma, colon, or tab character. A combination of carriage return and line feed must delimit records.

To import data from a database table

  1. Right-click a table name under the Tables node.
  2. This is the table into which you want to import the data.

  3. Click Import Data.

Exporting Data with Export Data Wizard

The Export Data Wizard exports data from a table to a text file. A combination of carriage return and line feed delimits records.

The wizard lets you specify the following:

To export data from a database table

  1. Right-click a table name under the Tables node.
  2. Click Export Data.


Chapter contents
Book contents

Prev topic: Tables
Next topic: Triggers, Stored Procedures, User-defined Functions, and Views