Hi,
I have a project (model-first) sync with a Sql Server Relational Model Data.
I'm trying to add a MsAccess Relational Model Data, because I'd need to switch between these two DB (another question will follow on a separate thread about that).
However, when I try to sync the Model to MsAccess, I get errors converting the fields of type System.Object.
I've seen that there's not a built-in converter for this (why not?)
So, how can I create a new converter?
I've seen that the Documentation ( https://www.llblgen.com/documentation/5.3/Designer/Functionality%20Reference/ProjectSettings.htm#conventions-entity-model-type-shortcuts ) , I got the idea on how the things are working but I didn't solve my problem.
Thanks!