Tuesday, March 4, 2014

Sharing Everything From My Experience And Knowlegde

Sharing Everything From My Experience And Knowlegde


System.Data.SQLite For Visual Studio 2005, 2008, 2010, 2012, 2013

Posted: 03 Mar 2014 05:50 PM PST

Kabar gembira untuk para programmer database SQLite, kini tersedia SQLite library untuk visual studio dari mulai versi 2005 sampai 2013.
Lihatlah sintak VBNET dibawah ini :

Dim con As NewSystem.Data.SQLite.SQLiteConnection
Dim cmd As NewSystem.Data.SQLite.SQLiteCommand
Dim adapter As NewSystem.Data.SQLite.SQLiteDataAdapter
Dim reader As System.Data.SQLite.SQLiteDataReader
Sudah mengerti kan ? sekarang programming .NET berbasis database SQLite menjadi lebih mudah. Berikut ini saya sediakan link download nya, setelah anda download, instal dan akan muncul di toolbox visual studio anda seperti gambar dibawah ini :
Untuk contoh koneksi ke database sqlite nya pun sangat mudah :
Dim con As NewSystem.Data.SQLite.SQLiteConnection ("Data Source=c:\djiesoft_sqlite.db3")
con.open 

Untuk lebih jelasnya lagi anda dapat baca postingan saya DISINI.

Visual Studio 2005 (.NET Framework 2.0 SP2)
Download sqlite-netFx20-setup-bundle-x86-2005-1.0.84.0 (32bit)
Download sqlite-netFx20-setup-bundle-x64-2005-1.0.84.0 (64bit)

Visual Studio 2008 (.NET Framework 3.5 SP1)
Download sqlite-netFx35-setup-bundle-x86-2008-1.0.84.0 (32bit)
Download sqlite-netFx35-setup-bundle-x64-2008-1.0.84.0 (64bit)

Visual Studio 2010 (.NET Framework 4.0)
Download sqlite-netFx40-setup-bundle-x86-2010-1.0.84.0 (32bit)
Download sqlite-netFx40-setup-bundle-x64-2010-1.0.84.0 (64bit)

Visual Studio 2012 (.NET Framework 4.5)
Download sqlite-netFx45-setup-bundle-x86-2012-1.0.84.0 (32bit)
Download sqlite-netFx45-setup-bundle-x64-2012-1.0.84.0 (64bit)
Visual Studio 2013 (.NET Framework 4.5.1)
Download sqlite-netFx451-setup-bundle-x86-2013-1.0.91.0 (32bit)
Download sqlite-netFx451-setup-bundle-x64-2013-1.0.91.0 (64bit)


Tags :
SQLite for .net download, download SQLite for .net, free download SQLite for visual studio 2010, SQLite for visual studio 2008 free download, SQLite library for .net 3.5 download, download SQLite library for .net  4.0, SQLite dll for vs .net download, free SQLite dll for vs .net, sqlite for visual studio 2012, database sqlite adalah, sqlite on visual studio, connection string sqlite vbnet

No comments:

Post a Comment