Browse by Tags

All Tags » Limitations (RSS)

Support for System.Transactions

Q: Does SQL Server Compact Edition support System.Transactions.Transaction? A: No (as supported by the product team in their comment here ) it is currently not supported in v3.1. Indication is for support in the next version of Visual Studio which should...
Posted by Administrator | with no comments
Filed under: ,

Schemas

Q: Does SQL Server Compact Edition support the concept of Schemas? A: No, there is no support for schemas. In fact the query engine will complain if you try to include schema prefixes - for example Select * From dbo.Companies will throw an error similar...
Posted by Administrator | with no comments
Filed under: ,
More Posts