var fDesc=new Array(); fDesc[0] = "dotConnect for SQLite is an enhanced data provider built over ADO.NET architecture and a development framework with a number of innovative technologies. With state of the art ORM solutions such as Entity Framework and LINQ to SQL, it introduces new approaches for designing applications and boosts productivity of database application development.

Key Features
* Database Application Development Extensions
dotConnect for SQLite has a rich set of design time tools that leverage the development process greatly. Particularly, there are convenient design-time component editors, wizards and managers, toolset for live data binding, DDEX, and much more.

* SQLite Advanced Features Support
dotConnect for SQLite allows developers to harness full capabilities of the SQLite server. dotConnect for SQLite supports such SQLite-specific features as user-defined functions, CEROD and SEE extensions, and others.

* Optimized Code
dotConnect for SQLite assemblies are implemented using optimized code and advanced data access algorithms.

* ORM Support
dotConnect for SQLite offers enhanced ORM support with a bundled visual designer for ORM models - Entity Developer.

dotConnect for SQLite supports Entity Framework v1, v4.x, v5 and v6, NHibernate, and LinqConnect (formerly LINQ to SQLite) - our own ORM solution, closely compatible to Microsoft LINQ to SQL, while extending its functionality with its own features.

dotConnect for SQLite supports SQLite engine version 3 and higher.

IDE compatibility:
- Microsoft Visual Studio 2012
- Microsoft Visual Studio 2010
- Microsoft Visual Studio 2008
- Embarcadero Delphi Prism
- CodeGear RAD Studio 2007"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }