Embedded Development

January 27, 2005

Pocket PC Development

Mobile Device programming at CodeProject
Finding files in WinCE
JPG library for PocketPC
Forums:
msmobiles

January 13, 2005

Using the ATL OLE DB Consumer Templates

Using OLE DB on the Pocket PC can be complex. There is a framework available that encapsulates this complexity. It is the ATL OLE DB Consumer Templates.

This articles explains how the Templates can be adapted and used on Pocket PC platforms

January 11, 2005

SqlServer Embedded

How do you migrate code using ADO & recordsets to Sql Server Embedded which doesn't use recordsets but uses rowsets?

Possibly helpful links:

Extended OLEDB library : Ease of ADO, power of OLEDB

Best explanation of difference between recordset & rowset:
http://www.binarystar.co.uk/Support/VB/May97Q&A.htm
Bug report that might be insightful to how editing rowsets work (search for #299584)

Top 5 SQL Server Questions
SQL Server Do's and Don'ts