All the demos of Visual Studio Lightswitch use SQL-Server, it is possible to access data from Oracle using Visual Studio Lightswitch?
feedback
|
|
Visual Studio Lightswitch can be persisted to an Oracle Database via the Entity Framework.
Tutorial on MSDN: How to Connect Lightswitch to EF 4.1 | |||||
feedback
|
|
Yes, if you can get a third-part provider for the entity framework. I actually asked this question at VSLive this week. | |||||||
feedback
|
|
I have used the latest ODAC 11.2 Release 4 (11.2.0.3.0) that supports Entity Framework, and it works fine. If you get this error, "Inner exception message: Connection is already part of a local or a distributed transaction" you can resolve the issue by following the second post by BScholz, https://forums.oracle.com/forums/thread.jspa?threadID=2263095 Basically, you need to implement SaveChanges_Excuting and SaveChanges_Excuted for the Oracle Data Source.
| ||||
|
feedback
|
|
The LightSwitch training kit has an exercise dedicated to using alternative data sources via WCF RIA services. You might find that useful. | ||||
|
feedback
|