Skip to main content
1-Visitor
September 9, 2015
Question

Unable to add entry in two different data tables

  • September 9, 2015
  • 1 reply
  • 2884 views

Hello,

 

I have two data shape and both have primary key, I have created two different data table and assigned previously created data shape.

Now I am adding record in first data table with primary key value 1 (successfully added) But I get error that Entry With This Key Already Exists when I add record in second data table with primary key value 1.

 

Isn't Key different for different data table ?

    1 reply

    5-Regular Member
    September 9, 2015

    The DataTables should be independent of each other. You can use a DataShape on different DataTables without having to worry about any cross overs. Do you have two primary keys set in the DataShape by any chance?

    nparikh1-VisitorAuthor
    1-Visitor
    September 10, 2015

    No there is a only one primary key per DataShape and I have assigned separate DataShape to DataTable, Still I was getting error, Tested on 6.4, Now, I have to check on 6.5 but facing upgrade issues.

    5-Regular Member
    September 10, 2015

    Would it be possible for you export and upload the specific entities?