A
Alina
Hello
In a C# (.NET CE) program we have a sqlCeCmd.ExecuteNonQuery("DELETE FROM table1 WHERE id1 IN (SELECT id2 FROM table2 WHERE flag2 = 'D')").
This give us the following error: "80040E0E - Invalid bookmark", but we are not using bookmarks..
table2 - is the result of a Pull from the server (which is working fine)
table1 - is the final table on SQL CE (which already has some data inside)
What could be the problem ?
Thank you,
Alina
In a C# (.NET CE) program we have a sqlCeCmd.ExecuteNonQuery("DELETE FROM table1 WHERE id1 IN (SELECT id2 FROM table2 WHERE flag2 = 'D')").
This give us the following error: "80040E0E - Invalid bookmark", but we are not using bookmarks..
table2 - is the result of a Pull from the server (which is working fine)
table1 - is the final table on SQL CE (which already has some data inside)
What could be the problem ?
Thank you,
Alina