S
Souris
Is it possible to update a table in SQL server without primary key using
"UPDATE" statement.
I wanted to update a row in the history table which does not have primary
key, because it will have duplicates.
I use link table to set my primary ket in the mdb file, but I got can not
update multi records.
If I take out the primary key then I got need updatable SQL.
Are there any solution for this. Any informauiton is appreciated,
"UPDATE" statement.
I wanted to update a row in the history table which does not have primary
key, because it will have duplicates.
I use link table to set my primary ket in the mdb file, but I got can not
update multi records.
If I take out the primary key then I got need updatable SQL.
Are there any solution for this. Any informauiton is appreciated,