使用 jconn3.jar 在 java 代码中使用 Sybase LOAD TABLE USING CLIENT FILE 失败
使用jconn3.jar连接Sybase IQ数据库时,并执行 Statement.execute(...) 方法中的 LOAD TABLE ...CLIENT FILE 语句。
出现错误:SQL Anywhere 错误 -1006140:文件 c:/aa 上出现 I/O 错误
但在 Sybase 的 Interactive SQL 客户端中,此命令运行正确,并且可以成功从 c:/aa 文件加载表数据。
原因是什么?如何解决这个问题?
谢谢。
When using jconn3.jar to connect to Sybase IQ database, and execute
LOAD TABLE ...CLIENT FILE statement in Statement.execute(...) method.
Got error: SQL Anywhere Error -1006140: I/O Error on file c:/aa
But in Sybase's Interactive SQL client, this command run correctly and table data can loaded from c:/aa file successfully.
What's the reason? how to fix this?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后得出解决方案:使用 iAnywhere JDBC 驱动程序(但它不是 Type 4“纯 Java”驱动程序)
)。
http://www.sybase.com/detail?id=1037304
Finally came to the solution: use the iAnywhere JDBC driver (but it is not a Type 4 "Pure Java" driver
).
http://www.sybase.com/detail?id=1037304