Database Table Maintanance by Text File
From: Joachim Hofmann (speicher_at_freenet.de)
Date: 12/13/04
- Next message: Ilya Margolin: "Re: parsing file before inserting into table"
- Previous message: Darren Green: "Re: Oracle to sql"
- Next in thread: Francesco Anti: "Re: Database Table Maintanance by Text File"
- Reply: Francesco Anti: "Re: Database Table Maintanance by Text File"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 14:31:58 +0100
Hello,
I want to update a database table by a text file.
If the primary key in the text file also exists in the table, I want to update
all no primary key fields in the database with the corresponding fields of the text file.
If the primary key column in the text file ist empty, I want to have the line of the text file
being inserted into the table.
I tried several ways, but I dont know how to do this, I think this kind of task is confusing.
- Is this in general possible without using a temporary database table being filled first?
- What tasks are meaningful to do this? A normal data pump task; maybe with a lookup?
Or, do I need to use a data driven query, maybe with a lookup?
- Can somebody tell me a rough procedue to build this kind of task?
Thank You very much
Joachim
- Next message: Ilya Margolin: "Re: parsing file before inserting into table"
- Previous message: Darren Green: "Re: Oracle to sql"
- Next in thread: Francesco Anti: "Re: Database Table Maintanance by Text File"
- Reply: Francesco Anti: "Re: Database Table Maintanance by Text File"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|