-
Hello, I've a problem:
When i sync this (with Dotmim.Sync.Web.Client), i get an exception: I saw that in some examples (with sqlserver) the type datetime is used. do I have to change the data type or is there another solution ? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The message is not explicit enough, I guess. Thanks for the feedback, I will improve the error message for the naming conflict exception. |
Beta Was this translation helpful? Give feedback.
The message is not explicit enough, I guess.
The problem here is not the column type but the column name.
Timestamp
as name is not allowed.If you can change it to
DateTimestamp
, it will work, I guess.Thanks for the feedback, I will improve the error message for the naming conflict exception.