Informix 工具
是否有任何可用于 Informix 的工具,类似于 SQL Server 的“查询分析器”?
Are there any tools available for Informix, similar to 'Query Analyzer' for SQL Server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
前段时间,我们的 Informix 项目需要一个类似查询分析器的工具,并最终选择了 RazorSQL,它基于 Java,因此它完全独立于平台(Windows、MacOS、Linux 等)。我们公司大约一半的开发团队使用 Mac,所以这是一个要求。最重要的是,它可以通过 JDBC 连接到任何数据库(根据网站的说法,有 29 个不同的数据库)。
我已经在 MySQL、SQLServer 和 Informix 上广泛使用了它,并且可以确认它在所有这些上都运行良好。在 RazorSQL 之前,我在虚拟机上使用 MySQL 工具和 SQLServer Management Studio,但是拥有一个工具来处理您可以使用的任何数据库是非常好的。此外,对于从 Mac 访问 Informix,它是少数可用的选项之一。
We needed a Query Analyzer-like tool for an Informix project some time ago, and settled on RazorSQL, which is Java based, so it's completely platform independent (Windows, MacOS, Linux, etc). About half of the development team at our company uses Macs, so that was a requirement. On top of that, it can connect to any database through JDBC (29 different databases, according to the website).
I've used it extensively on MySQL, SQLServer and Informix, and can confirm it works great on all of them. Before RazorSQL, I was using MySQL tools, and SQLServer Management Studio on a VM, but having a single tool to work with any DB you can throw at it is pretty nice. Also, for accesing Informix from a Mac, it's one of the few options available.
由于对 SQL Server 的“查询分析器”一无所知,我可能会被它的名称误导,但是...
Not knowing anything about 'Query Analyzer' for SQL Server, I could be being misled by its name, but...
我们使用Aqua Data Studio,这是一个支持不同数据库的好工具。
We use Aqua Data Studio, a nice tool which supports different databases.
乔纳森的回答非常好,所以我只是确认一下
Server Studio 是一款很棒的产品,尽管价格过高。
另外,为了简单(且自由地)运行 Informix 查询,您可以使用 Eclipse SQL Explorer
Jonathan's answer is excellent so I'll just confirm that
Server Studio is a great albeit overpriced product.
Also to simply (and freely) run Informix Queries you could use Eclipse SQL Explorer