DbExpress在delphi中的使用
我是delphi 2007的新手。我需要连接SQL Server并通过DBExpress从本地数据库(SQLServer)更新、插入和删除DB值。如果有人有有用的教程,任何人都可以帮助从头开始逐步指导。请发送链接。谢谢
I am new in delphi 2007. I need to connect with SQL Server and update , insert and delete DB values from my local database(SQLServer) through DBExpress. Anyone can help step to step guide from scratch if anyone has usefull tutorial. kindly send the link. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是给您的链接。 在 Delphi 数据库应用程序中使用 dbExpress 的指南
Here is a link for you. A Guide to Using dbExpress in Delphi database applications
过去我们公司在 dbExpress 方面遇到过很多问题。因此,我不会推荐 dbExpress 来进行严肃的数据库应用程序开发。 2 年前,我们开始寻找替代方案并购买了 Anydac。与 SQL Server 和其他数据库配合良好。实际上,其他 3d 方库很少。所以,考虑尝试一下。
In past our company had many issues with dbExpress. So, I will not recommend dbExpress for the serious database application development. 2 years ago we started to look around for an alternative and purchased Anydac. Works great with SQL Server and other DB's. Actually, there are few others 3d party libraries. So, consider to try them.
很抱歉自吹自擂,但我写了一些关于转换 BDE 的博客文章基于 dbExpress 的应用程序。确实,我的目标是 Firebird 而不是 SQLServer,但这应该不重要。
我也用Delphi 7。
Sorry for blowing my own trumpet, but I've written a few blog entries about converting BDE based applications to dbExpress. True, my target was Firebird and not SQLServer, but that shouldn't matter too much.
I too use Delphi 7.