SQL Server Compact Edition 4.0 SDK?

Where is the SQL Server Compact Edition 4.0 SDK ?


Reading bonuses

To create a database in SQL Server Compact Edition, you must call a function ME_CreateDatabaseexported from sqlceme40.dll:

enter image description here

The function is not documented in MSDN and the header files do not come with redistributable (obviously).

MSDN mentions 3 Compact Edition header files:

  • sqlce_err.h: error codes used by the database
  • sqlce_oledb.h: standard OLEDB programming interfaces
  • sqlce_sync.h

This page also mentions that if I had an SDK, the header files would be located in :

SQL Server Compact 4.0 % ProgramFiles%\Microsoft SQL Server Compact Edition\v4.0\Include.

, :

enter image description here

, SQL Server Compact Edition 4.0 SDK?


-

MSDN:

OLE DB (SQL Server Compact)

OLE DB . include SQL Server Compact OLE DB SQL Server Compact:

#include <sqlce_oledb.h>
#include <sqlce_err.h  >
+4
3

SSCE 4.0 Design Tools (SSCEVSTools-ENU.msi) ( ). DVD- Visual Studio 2012 Premium Edition. , , , .

, , , .

0

Nitramk, SSCEVSTools-ENU.msi VS 2012 iso \ssce40. 2012 Ultimate trial (, , Pro). MS. " Visual Studio 2012" " 2012 ".

, VS 2013 2015 .

0

You need to use the link "Microsoft 3 Web Platform Installer" on the blog page and install it. You will then get the header files and samples installed in C: \ Program Files (x86) \ Microsoft SQL Server Compact Edition \ v4.0

-1
source

All Articles