English 中文(简体)
从数据库检索BLOB字段时出现错误?
原标题:
  • 时间:2009-03-25 09:44:11
  •  标签:

I m trying to retrieve a BLOB field from Oracle and show it in a crystal report. While viewing the report, I ve that error:

Failed to open a rowset.
Details: ADO Error Code: 0x
Source: Microsoft OLE DB Provider for oracle
Description: Unspecified error

我使用视图作为报告数据源,其脚本

SELECT COMPANY_ID, COMPANY_LOGO FROM ID_COMPANY_SETUP;

我正在使用嵌入于VS.NET 2005中的CrystalReport。

有什么建议吗?

最佳回答

我找到了问题所在。那是“连接类型”。

I were using OLE DB(ADO) for connection to database, while I changed it to Oracle Server connection, blob field retrieved properly.

问题回答

暂无回答




相关问题
热门标签