与 SQlite 一起使用的 Delphi 组件

发布于 2024-07-19 07:18:54 字数 44 浏览 10 评论 0原文

我可以使用哪些组件将 SQlite 数据库与 Delphi 6 一起使用?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

飘落散花 2024-07-26 07:18:54

尝试 http://zeos.firmos.at/portal.php 上的 Zeos 库。

它与 SQLite 和其他程序配合得很好。

它是免费的,您也可以获得源代码。

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.

谜兔 2024-07-26 07:18:54

在这种情况下我的答案是 AnyDAC。 我们这里目前正在使用它并且它有效。 特别是当您认为您获得的不仅仅是数据库可以做的事情时。
http://www.da-soft.com/anydac/

My Answer is AnyDAC in this case. 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/

一场春暖 2024-07-26 07:18:54

我在 FeedDemon 中使用 DISQLite3 并强烈推荐它。

I'm using DISQLite3 in FeedDemon and recommend it highly.

简单气质女生网名 2024-07-26 07:18:54

我已经成功使用 http://www.aducom.com 的 ASqlite。

它是免费的开源软件。

I have successfully used ASqlite from http://www.aducom.com.

It's free, open source software.

靖瑶 2024-07-26 07:18:54

新的 DevArt UniDac 组件具有 Sqlite 提供程序

Unidac 不是免费的,但强烈推荐它,并且拥有非常稳定和快速的提供程序,支持 Oracle、MS SQL Server、MySql、Interbase、 PostgreSql 和现在的 Sqlite。

The new DevArt UniDac components has Sqlite provider

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.

守不住的情 2024-07-26 07:18:54

我们刚刚验证了 Delphi 6 的 Synopse SQlite3 框架。

您已经有了一个完整的客户端/服务器 ORM 框架,使用 SQLite3 3.7.3 进行数据存储。
它又快又轻。 还有一些用户界面专用类(屏幕自动生成、直接 pdf 导出报告...)。

请参阅http://synopse.info/forum/viewforum.php?id=2

We just validated our Synopse SQlite3 framework for Delphi 6.

You've got a whole Client/Server ORM framework, using SQLite3 3.7.3 for its data storage.
It's fast and light. And there is some User-Interface dedicated classes (Screen auto-generation, reporting with direct pdf export...).

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

家住魔仙堡 2024-07-26 07:18:54

我使用 LiteDAC (Devart 的 SQLite 组件)并且非常喜欢它,因为它允许链接 SQLite库静态地添加到您的应用程序中,并具有内置的 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! So I recommend it highly

╰ゝ天使的微笑 2024-07-26 07:18:54

在Delphi XE7中,FireDAC被集成到Delphi中。

Embarcadero 购买了 DA -2013年SOFT,FireDAC被他们更名为AnyDAC。

Embarcadero 计划支持并继续开发 FireDAC,因此它现在是成为 SQLite 数据访问组件的绝佳选择。

In Delphi XE7, FireDAC was integrated into Delphi.

Embarcadero purchased DA-SOFT in 2013, and FireDAC is their renamed 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文