使用 SQL Server 2000 Reporting Services 连接到 Oracle 数据库?
我正在尝试在 SSRS2000 中创建一份报告,该报告将查询 ORACLE 数据库并传递一个参数,我收到以下错误消息:
ORA-01036:非法变量名称/编号 但无法在网络上的其他地方找到此错误代码的太多帮助,
我希望这会相当简单,有人知道如何完成此任务吗?
I am trying to create a report in SSRS2000 that will query an ORACLE database and pass one parameter, I am getting the following error message:
ORA-01036: illegal variable name/number
But have been unable to find much help elsewhere on the web with this error code
I was hoping that this would be fairly simple to do, does anyone have any idea how to accomplish this task?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须接受一些答案才能将此问题显示为“已解答”,而您不能接受自己的答案,因此也可能是这个。
伙计们,我发誓我不是为了代表而钓鱼,我什至不知道正确的术语是什么。 但如果我将其标记为 Wiki,我就不会对吧? 所以我做了。
You'll have to accept some Answer in order to show this question as "Answered" and you can't accept your own, so it might as well be this one.
Guys, I Swear I'm not trolling for rep, I don't even know what the proper term for that is. But if I mark it as Wiki, I won't right? So I did.
事实证明,该参数必须命名为 Parameter1 才能正常工作,并且 dba 必须纠正连接问题!
It turns out that the parameter had to be named Parameter1 for this to work, and that the dba had to correct a connection issue!