Search code examples
.netlinuxdatabasedelphi-prism

What is a good choice for database table like Paradox table for windows or Linux?


My software was built around BDE Engine and Paradox table for windows from while back and I am in the process of converting it for .NET. I am looking around for options to implement the database feature of my software for .NET.

Can anyone point me in the right direction?


Solution

  • I recommend SQLite. It's simple, fast, supported, and very rigorously tested.