Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi components to use with SQlite

What components can I use to use SQlite database with Delphi 6?

like image 216
Alejandro Jourdan Avatar asked May 11 '09 22:05

Alejandro Jourdan


People also ask

Is SQLite good enough for production?

Instead of using the client-server database management system model, SQLite is self-contained in a single file. It is library, database, and data, all in one package. For certain applications, SQLite is a solid choice for a production database. It's lightweight, ultra-portable, and has no external dependencies.

How do I connect to a SQLite database?

Select SQLite from the list. Give a Connection name for your own internal reference. For Database , click Choose a File and then select the database file on your local machine to which you want to connect. Hit Connect and you're all set!

Is SQLite good for data analysis?

SQLite is the most popular database in the world and great for transaction processing but for analytics DuckDB is faster.


1 Answers

Try Zeos Library at http://zeos.firmos.at/portal.php.

It works well with SQLite and others.

It is free and you get the source code too.

like image 138
Alan Fletcher Avatar answered Oct 26 '22 22:10

Alan Fletcher