I am planning to use sqlite with VS .Net 2003 Smart device C#
application.  Just wondering if anyone has blazed down this path
before and has any insights to share.

The big thing to remember is that you are not programming for a desktop device, nor even a laptop. If you can limit the use of the keyboard, you should. Don't try to do data entry, unless you have another way to do it, such as a barcode scanner.

Check out http://sqlite.phxsoftware.com/ for a SQLite provider for .NET and the CF.

For some reading, I picked up this book last year, and it has some really good information in it. There are a number of other books available as well.
http://www.amazon.com/gp/product/0735617252/sr=8-2/qid=1143033346/ref=pd_bbs_2/104-2336543-8207937?%5Fencoding=UTF8


This one also looks pretty good.
http://www.amazon.com/gp/product/0321174038/sr=8-1/qid=1143033346/ref=pd_bbs_1/104-2336543-8207937?%5Fencoding=UTF8

Reply via email to