Using the bulk import and export procedures
Using the bulk import and export procedures
Often developers or system administrators want to import or export a large amount of data between files and the database. Instead of having to use INSERT and SELECT statements, you can use Derby procedures to import data directly from files into tables and to export data from tables into files.
Previous Page
Next Page
Table of Contents
Index