Delphi components to use with SQlite

前端 未结 8 1433
长情又很酷
长情又很酷 2021-02-04 13:01

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

8条回答
  •  悲哀的现实
    2021-02-04 13:22

    I use LiteDAC (components for SQLite by Devart) and like it much, because It allows to link the SQLite library statically into your application and has built-in SQlite encryption! So I recommend it highly

提交回复
热议问题