SQLite: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:


* [http://sqlite.phxsoftware.com/ System.Data.SQLite]
* [http://sqlite.phxsoftware.com/ System.Data.SQLite]
* [http://sqlite.phxsoftware.com/forums/p/2461/9659.aspx#9659 System.Data.SQLite - VS2010 and .Net 4]
<source lang="xml">
<source lang="xml">
  <configuration>
  <configuration>
   <startup useLegacyV2RuntimeActivationPolicy="true">
   <startup useLegacyV2RuntimeActivationPolicy="true">
            <supportedRuntime version="v4.0" />   
  <supportedRuntime version="v4.0" />   
   </startup>  
   </startup>  
  </configuration>
</configuration>
</source>
</source>
* [http://www.exendo.se/articles/software-development-tools-for-simple-local-file-versioning/the-best-database-for-desktop-applications The best database for desktop applications - Exendo - Articles on software development]
* [http://www.exendo.se/articles/software-development-tools-for-simple-local-file-versioning/the-best-database-for-desktop-applications The best database for desktop applications - Exendo - Articles on software development]


<google>ENGELSK</google>
<google>ENGELSK</google>

Revision as of 12:26, 21 July 2010

<source lang="xml">

<configuration>
 <startup useLegacyV2RuntimeActivationPolicy="true">
  <supportedRuntime version="v4.0" />   
 </startup> 
</configuration>

</source>

<google>ENGELSK</google>

id=siteTree