Q: Import Dbase-Data into Interbase SQL ? 
Author Message
 Q: Import Dbase-Data into Interbase SQL ?

I'm looking for a simple way to import my data from Dbase into Interbase.
Is there any simple way to do that?

Thank you.

Ralf



Fri, 02 Oct 1998 03:00:00 GMT  
 Q: Import Dbase-Data into Interbase SQL ?
Ralf,

If you have the Borland Local Interbase Server for Windos version 4.0
user's guide you can take a look at page 96 and it discusses on how
to insert data from an external file.  It explains how to inport an Ascii
file.

Also, you can use the TBatchMove component or program it your self.

Ruben



Sat, 03 Oct 1998 03:00:00 GMT  
 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.



Sun, 11 Oct 1998 03:00:00 GMT  
 Q: Import Dbase-Data into Interbase SQL ?

Quote:

> 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.



You also have to consider at least 2 issues:

1.  Referential integrity
2.  Null values

Will either of the suggested approach be able to deal with these issues
intelligently?



Sun, 11 Oct 1998 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. qs?.mb files and lost data

2. Importing Paradox data into an InterBase database

3. Importing existing data to Interbase from MS Access or Excel

4. Importing existing data to Interbase from MS Access or Excel

5. Saving TMemo field data to a Blob field (Interbase Table) via SQL Update Query

6. Importing a large fixed-width ASCII file into dBase table

7. Database link'n'joining Qs

8. Importing data to .dbf file

9. Huge Data Records import into a Tree

10. importing data and plotting them

11. Importing data from Filemaker Pro.

12. Best way to import data?

 

 
Powered by phpBB® Forum Software