Michael Riley
Working with Date data can be very tricky. I recently encountered an “Invalid argument to date encode”, error while trying to update a SQLite database table.This placed a value of 0000-00-00 into the date field… … Read more
11 months ago in Delphi, SQLite, tip-of-the-day0
Holger Flick
The new year is just flying by! It’s already past mid-January… but you know yourselves that time seems to tick by faster when you keep busy. In the last weeks, I have been busy to… … Read more
2 years ago in Delphi, English, MVP, SQLite, vcl, Video0
Ian Barker
HeidiSQL is a wildly successful open source database management tool. Apart from being extremely useful in the management of MySQL, SQL Server, PostgreSQL and SQL Lite databases it is also open source – and that… … Read more
4 years ago in Code, Delphi, ETL, IDE, MSSQL, MYSQL, RAD Studio, SQL, SQLite0
FPiette
I have created a nice application using Delphi and I provide full source code on GitHub at https://github.com/fpiette/OvbImgOrganizer OvbImgOrganizer is an application written with Delphi that maintain an index of your images, allow searching with… … Read more
4 years ago in Delphi, Direct2D, opensource, SQLite0
Michael Riley
I’ve been exploring SQLite within Delphi. There are several sample SQLite applications that come with Delphi if you selected to install the samples during setup. I’ve put together the list of SQLite samples that are… … Read more
5 years ago in SQLite0
Sean
SQLite has become one of the most pervasive embedded databases around. It’s built into Android, iOS and OSX and is a part of many applications. It has also become the recommended client side database for… … Read more
12 years ago in .NET, C++, database, SQLite, sqlite.net0