Remote access to mobile databases
Home | Products | Buy | Support | Downloads | Contacts | Forum | Blog Search

open all | close all

DesktopSqlCe Manual

Manual | Knowledge Base | Download | Buy | License | Forum | FAQ

Included samples

The following samples are included with the standard DesktopSqlCe installation:

Sample Level Languages Description
DataReader Beginner C# / VB Connect to a SQL Compact Edition database using the ADO .NET provider and displays the contents of a table or the data from a query using a data reader.
BulkInsert Advanced C# / VB Illustrates the various methods to insert large amounts of data into a SQL Compact Edition database.
CommandBuilder Intermediate C# Exercises the SqlCeCommandBuilder class.
FileBrowser Intermediate C# / VB Implements a simple remote file browser using the low-level remote file and directory enumeration functions.
MobileServer Advanced C# Demonstrates how to use the mobile server component to control the TCP/IP and serial communication servers on a device.
SchemaTable Advanced C# Extract metadata information from a SQL query both in ADO .NET and OLE DB formats.
SqlSchema Intermediate C# / VB Generate the SQL DDL commands for a given SQL Compact Edition database. By executing the resulting script, you should be able to recreate the database structure.
TableAdapter Intermediate VB Illustrates the use of the SqlCeTableAdapter and how it quickly locates rows based on the row bookmark.
SqlCeConsole Advanced C# Contains the full source code of the SQL CE Console product. This product has been discontinued and is no longer for sale. The sample is provided for learning purposes only. Use of this sample code in a commercial application requires a written agreement from Primeworks.

Note: Depending on your version of DesktopSqlCe the list of included samples may vary.

Previous: Production setup Next: Connecting to a database

Support / Manuals / DesktopSqlCe / Included Samples