Brian Wheatley wrote: > > What I would like to know is: can SQLite be used in applications written > using the .NET Compact Framework 2.0 on a Windows Embedded CE 6.0 device? >
Yes, SQLite is supported on Windows CE and System.Data.SQLite helps support the .NET Compact Framework 2.0. > > If so, what steps are necessary? > 1. Get the "PocketPC" binaries (or source code) for System.Data.SQLite, from: https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 2. Extract (or copy) the binaries into a directory like "Externals" inside your project. 3. Add a reference to the System.Data.SQLite assembly. 4. Make sure that the SQLite.Interop.0XX.dll gets copied to the build output and deployment directories. > > Does the source code amalgamation need to be recompiled? > The necessary project files are included with System.Data.SQLite. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users