Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor updates |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
1ebbe1cd87aa60547d8e0794225ed11c |
User & Date: | rmsimpson 2005-08-28 04:32:22.000 |
Context
2005-08-28
| ||
04:32 | Updates to 1.0.17 check-in: f867c86a33 user: rmsimpson tags: sourceforge | |
04:32 | Minor updates check-in: 1ebbe1cd87 user: rmsimpson tags: sourceforge | |
04:31 | signature changes and bugfixes check-in: ab312a7adf user: rmsimpson tags: sourceforge | |
Changes
Changes to readme.htm.
︙ | ︙ | |||
86 87 88 89 90 91 92 | either your application's app.config or the system's machine.config located in the %SystemRoot%\Microsoft.Net\Framework\v2.xxxx\Config folder:<br> <br> <pre> <configuration> <system.data> <DbProviderFactories> | | | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | either your application's app.config or the system's machine.config located in the %SystemRoot%\Microsoft.Net\Framework\v2.xxxx\Config folder:<br> <br> <pre> <configuration> <system.data> <DbProviderFactories> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite"<BR /> type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.17.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration> </pre> <P>If you choose to install the Visual Studio Design-Time support for SQLite, you must not add the above XML to your app.config. The installer will have already added it to your machine's machine.config file.</P> |
︙ | ︙ |