Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 1.0.12 - Compact Framework Support |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
f341de7fd704cc87e18cfdf446a4ac51 |
User & Date: | rmsimpson 2005-08-02 05:36:59.000 |
Context
2005-08-03
| ||
06:43 | 1.0.12 updates check-in: e269288997 user: rmsimpson tags: sourceforge | |
2005-08-02
| ||
05:36 | 1.0.12 - Compact Framework Support check-in: f341de7fd7 user: rmsimpson tags: sourceforge | |
05:35 | 1.0.12 - Compact Framework Support check-in: 198f7e0e95 user: rmsimpson tags: sourceforge | |
Changes
Changes to readme.htm.
︙ | ︙ | |||
72 73 74 75 76 77 78 | <p> Just change the target platform from Win32 to Compact Framework and recompile. <STRONG>The Compact Framework has no support for enumerating attributes in an assembly, therefore all user-defined collating sequences and functions must be explicitly registered.</STRONG> See the <STRONG>testce</STRONG> sample application for an example of how to explicitly register user-defined collating sequences and functions.</p> | < < | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | <p> Just change the target platform from Win32 to Compact Framework and recompile. <STRONG>The Compact Framework has no support for enumerating attributes in an assembly, therefore all user-defined collating sequences and functions must be explicitly registered.</STRONG> See the <STRONG>testce</STRONG> sample application for an example of how to explicitly register user-defined collating sequences and functions.</p> <h2> <b><A name="redist"></A>Distributing The SQLite Engine and ADO.NET Assembly</b></h2> <P>For Win32 platforms, only the <STRONG>System.Data.SQLite.DLL</STRONG> file in the <STRONG>bin</STRONG> folder should be distributed with your application(s). This DLL contains both the managed wrapper and the native SQLite3 codebase.</P> <P>For Compact Framework platforms, your application should reference the <STRONG>System.Data.SQLite.DLL</STRONG> |
︙ | ︙ |