NorthwindOleDb Native Sample Application
NorthwindOleDb is a Visual C++ for Devices sample application that shows the use of OLE DB to create and interact with a SQL Server 2005 Compact Edition database. The application creates a database through OLE DB, creates a table, inserts data using SQL statements, and then retrieves data from the database by using IRowsetSeek.
For more information about this sample application, see Microsoft Knowledge Base article 909751.
See Also
Other Resources
Samples (SQL Server Compact Edition)