Skip to main content

assign primary key value from seq

Comments

1 comment

  • David Paras

    For achieving your scenario you need to create two different DB schema activities in Adeptia use below scenario while schema creation:
    For File Structure1 schema: Use "ClientHCPLocationID" as Primary Key
    For File Structure2 schema: Use any other Unique field as Primary key on the basis of which Update/Insert will be performed.

    There will be a Primary key on Database level that can be different from above set Primary keys in schema.

    0

Please sign in to leave a comment.