> -----Original Message----- > From: Monkey Code [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 22, 2006 12:24 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] Has anyone used sqlite for Pocket PC development? > > Hi, > > 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.
Lots of people are using SQLite on Windows CE -- especially now that the core source code supports it. The provider I wrote that Brad mentions is for VS2005 and .NET 2.0, but there does exist a .NET 1.1 provider from Finisar: http://sourceforge.net/projects/adodotnetsqlite I can't vouch for its performance since I've never actually used it. In almost every test I ran on a PocketPC against Sql Server Mobile 3.0 (the replacement for SqlCE), SQLite smoked it in performance. SQLite is less than 1/3rd the install size as well. Robert