Rows showing as #DELETED

后端 未结 10 967
春和景丽
春和景丽 2020-12-16 03:48

I have rows of data in a table showing as #DELETED on one computer when using Access but they are fine in both the SQL database and on other computers using

10条回答
  •  情话喂你
    2020-12-16 04:09

    If you set a primary key on a field where SQL is using the ROW_NUMBER() function you can cast it to int. By default ROW_NUMBER() is int64 (bigInt).

提交回复
热议问题