Problem: I would like to transfer data from Paradox tables to InterBase. I do not want to use SQL to perform their conversion from Paradox to InterBase. What are my options? Solution: One option is to use database desktop's Tools| Utilties | Copy menu choices to convert the Paradox table to InterBase. Another option is to use the Data Pump. A 3rd option is to export the table into ASCII and use SQL for the conversion manually. Note that this option will not bring in blob fields. Note: While these steps have been written with Paradox and InterBase tables in mind, they will work for any database.
Last Modified: 02-OCT-00