INFORMIX-SQL (isql) 客户端是否可以与基于 Windows 的 IDS 或 SE 引擎配合使用?
ISQL Perform 屏幕可以与 Windows 平台上安装的 IDS 或 SE 连接吗?.. 如果可以,可以支持哪些版本的 isql 客户端?
Can an ISQL Perform screen connect with IDS or SE installed on a Windows platform?.. If so, which versions of isql client are capable and supported?..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ISQL 已经有一段时间没有被移植到 Windows 了(我相信不是这个千年),尽管它仍然经常被移植到 Unix 系统。因此,您正在查看 ISQL 的“旧”版本;我怀疑 Windows 上没有受支持的 ISQL 版本。
是的,ISQL 可以连接到 Windows 上运行的 IDS 或 SE。除非您尝试对没有使用WITH ROWIDS 子句创建的碎片表(必须在IDS 中)运行Perform,否则应该不会有任何问题。
ISQL has not been ported to Windows for quite some time (not this millennium, I believe), though it is still ported to Unix systems routinely. Therefore, you are looking at 'old' versions of ISQL; I suspect that there is no supported version of ISQL for Windows.
Yes, ISQL can connect to either IDS or SE running on Windows. There should be no problems unless you try to run Perform against a fragmented table (necessarily in IDS) created without the WITH ROWIDS clause.