Search code examples
delphidelphi-xe3data-storage

Delphi lightweight Database components/ engine


Im working on an application for a friend and I want to store some information. Its not huge, its like a dvd collection he wants to keep track of.

What im looking for is a way to store his data. Like a database but since its not much that has to be stored I wondered if there are any components out there to do this.

Like create tables etc.

I've been looking around but didnt find much. Any thoughts here?

Thanks in advance.


Solution

  • Delphi XE3 includes SqLite support (using DbExpress) which is perfect for this kind of tasks.

    Try these links

    Also you can try Firebird which is supported by DbExpress as well.