Subject | Ib_import for relational tables? |
---|---|
Author | petesouthwest |
Post date | 2005-02-09T19:34:09Z |
Hi
My app has to import a CSV file that contains data from several
tables of a relational db. At the moment i use components that allow
me to do this by setting mappings such as:
fname=Field1
sname=field2
balance=field3
creditLimit=field4
where fields 1 and 2 correspond to one table in the db and fields 3
and 4 correspond to a different table.
Can Ib_import be used in the same way? From the import.pas file it
seems to suggest a simple list of fields like:
Fname
Sname
Any ideas?
Thanks
Pete
My app has to import a CSV file that contains data from several
tables of a relational db. At the moment i use components that allow
me to do this by setting mappings such as:
fname=Field1
sname=field2
balance=field3
creditLimit=field4
where fields 1 and 2 correspond to one table in the db and fields 3
and 4 correspond to a different table.
Can Ib_import be used in the same way? From the import.pas file it
seems to suggest a simple list of fields like:
Fname
Sname
Any ideas?
Thanks
Pete