Hello Support;
As part of the next version "previous discussion", where Aware will create all the necessary foreign keys where third party tools can recognize the table relationships created by AwareIM, I want to ask the following question:
Note: Microsoft .Net uses Entity Framework ORM as the Data Access Layer between Database and Application.
Part of EF that does this, is called "Data Migration". It basically looks at the Object relationships in C# code and then creates/maintains Database structure.
Question:
Imagine, we have developed an application in ASP.Net that uses EF to consume the same database that was created by AwareIM and assuming the next version of AwareIM, provide all the foreign keys that EF can establish and recognize all the tables relationships.
My question is:
If ASP App, changes data (ADD/EDIT/DELETE) on any data record in Aware's database, how will Aware recognize it's data has been changed by another application???
This is going to be a major concern if the data is shared between two applications and Aware can see up-to-date data.
Thank you in advance!