It's possible to create a Lightswitch application that connects to an MS access database using WCF RIA Services. However, am totally new to WCF and the official documentation on how to do this is confusing to me.
I just want to connect my lightswitch app to an existing MS access database. Is there a simplified tutorial on how to achieve this?
Now, there is a problem with MS Access. Access is not natively supported in EntityFramework so the step where you should be adding the "ADO.NET Entity Data Model" will not work just like that.
In my opinion you have the following options: