I am trying to synchronize FireBird DB using TEcho,
and testing using TMS' demo program. (Documents\TMSSoftware\TMS Echo\Demos\basic\EchoBasicDemo.dproj)
The demo program works fine with SQLite,
After modifying the program to work with FireBird DB, an error occurs.
Debugger Exception Notification
Project EchoBasicDemo.exe raised exception class EMappingNotFound with message 'Cannot find mapping [Id] on class TTblMsLine.'.
I attached the tested source code and DB files together.
Please check if you can fix this.
It worked fine "with SQLite" because the exemple used [Automaping] and the Identification member was named FId, in this case you don't need to explicitly use the [Id] mapping attribute.