oopen 游标是只进和只读的吗?
使用 oopen(来自 Oracle 7.x OCI api)创建的游标是只进和只读的吗?
谢谢,
埃里克
Is a cursor created with oopen (from the Oracle 7.x OCI api) forward-only and read-only?
Thanks,
Eric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
游标既是只进的又是只读的。
Cursors are both forward-only and read-only.
很快出现了谷歌搜索此链接指向 OCI 7 文档。我不知道该出版物根据 Oracle 使用条款是否合法(即使对于教育网站也是如此)。另一方面,Oracle 的 OTN 站点只能追溯到 8,那么我们有什么选择?正如 DCooke 指出的,OTN 确实有 Oracle 7.3.4 文档。我向 D 的卓越 Google-fu 致敬。
A swift bout of Googling turned up this link to the OCI 7 docs. I don't know whether this publication is licit under Oracle's terms of use (even for educational sites). On the other hand Oracle's OTN site only goes back as far as 8, so what choice do we have?As DCooke points out, OTN does have the Oracle 7.3.4 docs. I salute D's superior Google-fu.