
Q: Import Dbase-Data into Interbase SQL ?
Quote:
>I'm looking for a simple way to import my data from Dbase into Interbase.
>Is there any simple way to do that?
Assuming that data types can be converted, try the copy table to the
SQL alias method. I know paradox will do this. (a table at a time).
If you have the C/S version, the DataPump utilitiy should also work.
A guru has made all possible mistakes and remembered each one.