Importing and Exporting Data

From InterBase
Jump to: navigation, search

Go Up to Developer's Guide


InterBase Express (IBX) provides a convenient means to migrate data to and from the database. The TIBSQL component, along with the TIBBatchInput and TIBBatchOutput objects make it possible to import and export data to and from databases in virtually any format.

Descendents of this class can specify a file name (for input or output), and a TIBXSQLDA object representing a record or parameters. The ReadyFile method is called right before performing the batch input or output.

Note: For information on exporting InterBase tables to XML using special API calls, see Exporting XML.

Topics