Reply to thread

The SQLCEDatabase plugin should be a very good template already. Please check the ISqlDatabase members that you need to implement.


Also you have to consider SQL server login credentials: unlinke the CE version that runs in process, you need to login on SQLServer. Take a look at the MySQL provider example, it comes with an own xml configuration for connect string.


But may I ask why you want SQLServer, while the SQLite plugin provides very good performance and has no installation and configuration requirements? Just to understand, I don't want to stop interested devs from creating plugins :)


Top Bottom