Skip to Content
Professional Windows® Embedded Compact 7
book

Professional Windows® Embedded Compact 7

by Samuel Phung, David Jones, Thierry Joubert
September 2011
Intermediate to advanced
744 pages
19h 4m
English
Wrox
Content preview from Professional Windows® Embedded Compact 7

BUILDING A MANAGED CODE COMPACT DATABASE APPLICATION

With SQL Compact you again use the same application as previously used. Here you change the filename used to have an .sdf extension and change the read and write functions to use the database. The WriteData function creates the database file if it doesn’t already exist, so there is no need to create the file in preparation. The code is essentially the same except the classes are for SQL Compact and the connection is to the database file.

1. Remove the System.Data.SqlServer reference and add a reference to System.Data.SqlServerCe as in Figure 20-6 or via the Add Reference .NET tab.

2. Comment out the SQL Remote using reference at the top of the program and uncomment the SQL Compact using reference.

3. Remove the SQL connection string code.

Writing Tracks to a Compact Database File

In this function you do the following:

a. Create a connection to the database.

b. If the database file doesn’t exist, create it and add the Tracks table.

c. Clear any tracks from the table.

d. Write each track in the Tracks list to the table.

Note again the importance of capturing errors with the database actions.

1. Replace the WriteData function in the PlaylistConsole application with the following (or copy it from compactsqlReadWrite.cs.txt) It includes the database filename:

image
public static string dbFilename = "\MyMusic.sdf"; public static void ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Pro Windows Embedded Compact 7: Producing Device Drivers

Pro Windows Embedded Compact 7: Producing Device Drivers

Abraham Kcholi
Windows® Embedded CE 6.0 Fundamentals

Windows® Embedded CE 6.0 Fundamentals

Stanislav Pavlov, Pavel Belevsky

Publisher Resources

ISBN: 9781118167489Purchase bookDownloads