使用 oledb 提供程序将图像保存在 oracle 数据库中

发布于 2024-10-29 21:16:10 字数 198 浏览 1 评论 0原文

我想将图像文件保存在oracle数据库中的blob数据类型字段中,但是因为OleDbType类型(OleDbType.Binary)不支持blob数据类型,当我尝试保存文件时,它没有接收超过25kb大小的图像文件并且显示错误消息“ORA-01460:请求未实现或不合理的转换”。所以请帮助我解决这个问题我想将图像文件保存为二进制格式,在oracle数据库中包含超过3 mb大小的图像

i want to save image file in oracle database in blob data type field,but because OleDbType type(OleDbType.Binary) does not support blob data type , when I am trying to save file it is not receiving file more then 25kb size image file and showing error message "ORA-01460: unimplemented or unreasonable conversion requested".so please help me to overcome this problem i want to save image file as binary format with more then 3 mb size image in oracle databae

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

德意的啸 2024-11-05 21:16:10

也许您应该将数据类型更改为文本并将它们编码为 base64 保存。它在 MSSQL2005 中对我有用

Maybe you should change data type to text and save them encoded to base64. It works for me in MSSQL2005

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文