var fDesc=new Array(); fDesc[0] = "Would you like to create your own embedded database application in Visual C# using SQLite and its ADO .NET Data Provider?

What is SQLite? From its website at http://www.sqlite.org/, "SQLite is small a C library that implements a self-contained, embeddable, zero-configuration SQL database engine."

In the .NET-framework, you can use the FREE i.e. BSD Licensed, Finisar.SQLite, an ADO.NET Data Provider for SQLite to access SQLite databases.

The FREE demo program is a fully functional program that uses SQLite for keeping a database of C# code snippets. The SQLite database that comes with the demo program contains some C# code snippets from the program's C# source codes.

The registered version of this package contains the step-by-step fully commented example source codes for a complete Visual C# program that shows you how to create your own C# program and use an ADO.NET Data Provider to access SQLite databases. Both SQLite version 2 and version 3 databases are supported.

BONUS for registered buyers: For a limited time only! You will also get to download two additional versions of this program that you can compile using Visual C# 2005 Express edition and SharpDevelop."; 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 = ''; } }