简体   繁体   English

Delphi组件与SQlite一起使用

[英]Delphi components to use with SQlite

我可以使用哪些组件在Delphi 6中使用SQlite数据库?

My Answer is AnyDAC in this case. 在这种情况下,我的答案是AnyDAC。 We here currently use it and it works. 我们这里目前使用它并且它有效。 Especially when you think that you get more than just what the database can do. 特别是当你认为你获得的不仅仅是数据库可以做的事情。 http://www.da-soft.com/anydac/ http://www.da-soft.com/anydac/

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

It works well with SQLite and others. 它适用于SQLite和其他人。

It is free and you get the source code too. 它是免费的,你也得到了源代码。

我在FeedDemon中使用DISQLite3并高度推荐它。

I have successfully used ASqlite from http://www.aducom.com . 我已成功使用http://www.aducom.com上的 ASqlite。

It's free, open source software. 它是免费的开源软件。

The new DevArt UniDac components has Sqlite provider 新的DevArt UniDac组件具有Sqlite提供程序

Unidac isn't free, but it's highly recommend and has very stable and fast providers, support Oracle, MS SQL Server, MySql, Interbase,PostgreSql and now Sqlite. Unidac不是免费的,但它强烈推荐并且拥有非常稳定和快速的提供程序,支持Oracle,MS SQL Server,MySql,Interbase,PostgreSql和现在的Sqlite。

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! 我使用LiteDAC (Devart的SQLite组件)并且喜欢它,因为它允许将SQLite库静态链接到您的应用程序并具有内置的SQlite加密! So I recommend it highly 所以我高度推荐它

We just validated our Synopse SQlite3 framework for Delphi 6. 我们刚刚验证了Delphi 6的Synopse SQlite3框架。

You've got a whole Client/Server ORM framework, using SQLite3 3.7.3 for its data storage. 您有一个完整的客户端/服务器ORM框架,使用SQLite3 3.7.3进行数据存储。 It's fast and light. 它快速而轻盈。 And there is some User-Interface dedicated classes (Screen auto-generation, reporting with direct pdf export...). 还有一些用户界面专用类(屏幕自动生成,直接pdf导出报告......)。

See http://synopse.info/forum/viewforum.php?id=2 http://synopse.info/forum/viewforum.php?id=2

In Delphi XE7, FireDAC was integrated into Delphi. 在Delphi XE7中,FireDAC已集成到Delphi中。

Embarcadero purchased DA-SOFT in 2013 , and FireDAC is their renamed AnyDAC. Embarcadero在2013年购买了DA-SOFT ,而FireDAC则更名为AnyDAC。

Embarcadero plans to support and continue development of FireDAC, so it is now an excellent choice to be your Data Access Component for SQLite. Embarcadero计划支持并继续开发FireDAC,因此它现在是成为SQLite数据访问组件的绝佳选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM