![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |