Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / SQLite

SQLite

SQLite

Great Reads

by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by Private Dobbs
How to initialise a database and then automatically keep it up to date with version releases
by Desmond_Tan, Lewis_Carr
Zen is to SQLite what SQLite was to flat file management systems. It provides the full set of capabilities needed to meet the needs of modern edge data management.
by Jörgen Andersson
A propertymapping extension for DataReaders

Latest Articles

by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by Private Dobbs
How to initialise a database and then automatically keep it up to date with version releases
by Desmond_Tan, Lewis_Carr
Zen is to SQLite what SQLite was to flat file management systems. It provides the full set of capabilities needed to meet the needs of modern edge data management.
by Jörgen Andersson
A propertymapping extension for DataReaders

All Articles

Sort by Score

SQLite 

by Md. Marufuzzaman
A simple tip/trick to get rows on n’th maximum number from a table
by Md. Marufuzzaman
A simple example of Microsoft SQL Server Pad String
by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter.
by Right Handed Monkey
This is a tutorial for accessing sqlite databases in Android in a thread safe manner. If you download the library code, please bookmark, comment on, or rate the article - it helps out tremendously.
by DiponRoy
How to auto increment column options in databases
by Alen Toma
This is a very easy way to build your ORM and have full control over how the database and query is setup.
by Igor_A
An architectural prototype of a business logic server as Windows Service. Sample service implementation and test utility.
by Member 4206974
A PHP class that uses PDO for creating a table from JSON Objects
by Christopher Crain
Create a dynamic class driven by your database.
by Johnny L Washington
Capture data changes in history table
by Master DJon
New MigrationSqlGenerator to generate SQL from MigrationOperations having attribute "ExecuteAfter" or "ExecuteBefore"
by ergohack
System.Data.SQLite is great, but was missing some BLOB support. Switching to the native source project was easier than expected and provided significant functionality benefits.
by A.Ebrahimi
Tools introduction for Android developers who use SQlite in coding
by Member 2007625
It took few days for me to find this solution and I think it worth sharing it.
by Md. Marufuzzaman
This tip shows you an easy way to split Microsoft SQL Server table row data.
by B. Clay Shannon
Step-by-step instructions on how to view SQLite data from Android Studio and SQLite Data Browser
by Emiliarge
A JavaFX/Swing NetBeans 8.0 Project with JFrame created by NetBeans's GUI Builder
by Emrah Koçak
How to load a JSON file with array of objects without any information about the attributes into SQLite 3 database
by Anthony Lansbergen
Using sqlite3 for a multi language log where logdata can contain parameters.
by furytrader
Yes, Virginia, You Can Do This All With One Simple SQL Statement
by Igor_A
Review of an approach of increase clustered server performance. Library sample and test utility.
by B. Clay Shannon
Simply, quickly, and freely make your apps available to the public
by B. Clay Shannon
Learn how to get all records from any SQLite table, passing the Table Name as String and receiving a StringBuilder
by DiponRoy
Quick start example to run DB and clients in docker
by Jason Parms
Lightweight Directory Access Protocol (LDAP) Injection
by Niemand25
Be careful with CASE WHEN when dealing with numeric columns and using zero literal
by ergohack
This SQLite Data Object Window base class automates the data updates and the data bindings between the XAML presentation and the SQLite database allowing the minimum of code needed to present and edit SQLite database records.
by Thiago Gaidzinski
UniDAC allows you to connect your cross-platform application directly with many database's types.
by Mike Hankey
Updating an SQLite database to a new version and copying the contents of the old one into the updated database.
by Biswal Tanmaya
Use of Realm object in Realm event handler
by IAndreev93
Standard functions usage, and my own functions... Allowing you simpler process tables... Date and time... Strings...
by Wombaticus
A beginner's introduction to using data classes in ASP.NET.
by Lộc Nguyễn
With a DEMO WPF application (WinNotif)
by Ullas_Krishnan
How to use SQLite with Xamarin C# Android
by kaviteshsingh
Simple utility to scan and find duplicate files in a directory.