Rowversion

Hi! I’ve tried to run a table from design view, and got the following message: " The stk table has no ROWVERSION column in the SQL Server table description" Any ideas what’s wrong? [Duh!] Thanks,

Moved to Technical Forum from Known Issues Forum

Here’s my guess: 1) You are running the SQL Server db option. 2) You have created a new table def, and set the “LinkedObject” property to Yes. 3) The SQL db already has a user table with the same name as the table def you created in Navision. If I’ve guessed these things right, then I think your problem is that you missed a sentence in the section of the Application Designers Guide (w1w1adg.pdf) on Linked Objects - Rules Determining Compatibility:

quote:

A timestamp column must exist in a user table.