如何在CSDK 3.7中使用DESCRIBE INPUT?
在 CSDK 3.70 中与动态查询一起使用时,DESCRIBE INPUT 返回 -1834。例如:
select field1, field2 from table where field3 = 'A'
使用 CSDK 3.50,此操作没有错误。
DESCRIBE INPUT is returning -1834 when used with a dynamic query in CSDK 3.70. For example:
select field1, field2 from table where field3 = 'A'
With the CSDK 3.50, this worked without error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它在 CSDK 3.50 中工作,它应该仍然可以在 CSDK 3.70 中工作。
我似乎记得最近修复的一个错误,该错误与没有要描述的输入参数时出现错误有关,如示例所示。您应该只获得一个具有零个描述的描述符。
因此,请联系 IBM (Informix) 技术支持。
If it worked in CSDK 3.50, it should still work in CSDK 3.70.
I seem to remember a bug fixed recently related to getting an error when there are no input parameters to describe, as in the example. You should just get a descriptor with zero descriptions.
So, contact IBM (Informix) Technical Support.