VB.NET Data Access Layer for SQLLite 3
Category:
DatabaseType:
ClassesDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: Visual Basic.NET
More information:
This data access layer makes VB.NET database programming with SQLite3 (http://www.sqlite.org/) very easy. Some of the functions included in this DAL are: - StreamDataIntoControl (reads data into listbox or combobox) - ImportData (imports data into DB from a disk file) - FillDataAdapter (where you can redirect results into Datagridview and also into a disk file) etc. This DAL is based on and enhanced from my Firebird DAL posted to here in the past. Prequisites: System.Data.SQLite (http://sqlite.phxsoftware.com/).
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download sqllite3dal.zip