Cannot insert two records has two primary key.
Hello All,
I created datatable contains 2 primary key(col1, col2).
I insert 2 records("a","bc")("ab", "c") into the table,
but auto generated key field conflicts and updated(not insert).
How can I insert these two records in that datatable?


