I created a few tables in a Navision 2.50 SQL database. These tables are linked to tables in other SQL database. I have no problem at all modifying these tables in Navision manually. But when I tried to use a codeunit to access these tables and modify them, I got a SQL Server error message, saying "Cannot specify UPDLOCK or TABLOCKX on a read-only table in a cursor. Cursor was not declared." What should I do to get rid of this error?
0