At the moment when a new context is created and the first query is executed, it will perform 3 open/close operations on a connection before it will execute the real query. This is for determining the db version, but it's not needed as the user should be able to configure whether the datasource is sqlserver or ce or another db type (e.g. a compatibility mode).
CE is phased out anyway, so this is something that hurts every user but for no real gain.
At the moment when a new context is created and the first query is executed, it will perform 3 open/close operations on a connection before it will execute the real query. This is for determining the db version, but it's not needed as the user should be able to configure whether the datasource is sqlserver or ce or another db type (e.g. a compatibility mode).
CE is phased out anyway, so this is something that hurts every user but for no real gain.