ODBC不支持存储过程?这不可能是真的 [英] ODBC doesn't support stored procedures? This can't be true

查看:77
本文介绍了ODBC不支持存储过程?这不可能是真的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

In Chip Irek'的使用DB2 with .NET的一个启动器 ( www.15seconds.com)

他说... ODBC不支持DB2存储过程。因此,如果您正在构建一个严重依赖于存储的

过程的应用程序,则需要消除ODBC作为您的访问方法并且

考虑OleDb或托管提供商。


Irek先生是全球服务的IBM架构师,根据

文章,有.NET经验的人。


现在,我自己会问Irek先生这个问题,但我的电子邮件回来了

无法送达。


他的意思是仅适用于.NET应用程序?这并不意味着

所有申请。


Irek先生的任何IBM同事都能澄清这一点吗?

In Chip Irek''s "A PRIMER ON USING DB2 WITH .NET" (www.15seconds.com),
he states that "...ODBC doesn''t support DB2 stored procedures. So if
you are building an application heavily dependant on stored
procedures, you need to eliminate ODBC as your access method and
consider OleDb or the managed provider."

Mr Irek is an IBM Architect with Global Services and according to the
article, someone with .NET experience.

Now, I''d ask Mr Irek this question myself, but my email comes back
undeliverable.

Does he mean this for just for .NET applications? This can''t mean for
all applications.

Any IBM colleague of Mr Irek able to clarify this?

推荐答案

在我看来,ODBC和OLE-DB都不支持

DB2存储过程的结果集。在ODBC DB2存储上搜索 http://www.microsoft.com

程序和OLE-DB DB2存储过程。

Larry Edelstein


Benjamin Doyle写道:
Looks to me like both ODBC and OLE-DB both don''t support result sets for
DB2 stored procs. Search http://www.microsoft.com on "ODBC DB2 Stored
Procedures" and "OLE-DB DB2 Stored Procedures".

Larry Edelstein

Benjamin Doyle wrote:
In Chip Irek'的'使用DB2 with .NET的一个启动器' ( www.15seconds.com)
他声明.. .ODBC不支持DB2存储过程。因此,如果您构建的应用程序严重依赖于存储的
过程,则需要消除ODBC作为访问方法,并考虑使用OleDb或托管提供程序。

文章,有.NET经验的人。

现在,我自己会问Irek先生这个问题,但是我的电子邮件回来了
无法送达。

他的意思是仅适用于.NET应用程序吗?对于所有应用程序而言,这并不意味着什么。

任何Irek先生的IBM同事都能够澄清这一点吗?
In Chip Irek''s "A PRIMER ON USING DB2 WITH .NET" (www.15seconds.com),
he states that "...ODBC doesn''t support DB2 stored procedures. So if
you are building an application heavily dependant on stored
procedures, you need to eliminate ODBC as your access method and
consider OleDb or the managed provider."

Mr Irek is an IBM Architect with Global Services and according to the
article, someone with .NET experience.

Now, I''d ask Mr Irek this question myself, but my email comes back
undeliverable.

Does he mean this for just for .NET applications? This can''t mean for
all applications.

Any IBM colleague of Mr Irek able to clarify this?






在我看来,ODBC和OLE-DB都不支持

DB2存储过程的结果集。在ODBC DB2存储上搜索 http://www.microsoft.com

程序和OLE-DB DB2存储过程。

Larry Edelstein


Benjamin Doyle写道:
Looks to me like both ODBC and OLE-DB both don''t support result sets for
DB2 stored procs. Search http://www.microsoft.com on "ODBC DB2 Stored
Procedures" and "OLE-DB DB2 Stored Procedures".

Larry Edelstein

Benjamin Doyle wrote:
In Chip Irek'的'使用DB2 with .NET的一个启动器' ( www.15seconds.com)
他声明.. .ODBC不支持DB2存储过程。因此,如果您构建的应用程序严重依赖于存储的
过程,则需要消除ODBC作为访问方法,并考虑使用OleDb或托管提供程序。

文章,有.NET经验的人。

现在,我自己会问Irek先生这个问题,但是我的电子邮件回来了
无法送达。

他的意思是仅适用于.NET应用程序吗?对于所有应用程序而言,这并不意味着什么。

任何Irek先生的IBM同事都能够澄清这一点吗?
In Chip Irek''s "A PRIMER ON USING DB2 WITH .NET" (www.15seconds.com),
he states that "...ODBC doesn''t support DB2 stored procedures. So if
you are building an application heavily dependant on stored
procedures, you need to eliminate ODBC as your access method and
consider OleDb or the managed provider."

Mr Irek is an IBM Architect with Global Services and according to the
article, someone with .NET experience.

Now, I''d ask Mr Irek this question myself, but my email comes back
undeliverable.

Does he mean this for just for .NET applications? This can''t mean for
all applications.

Any IBM colleague of Mr Irek able to clarify this?






您引用的MS信息仅适用于使用MS Host

Integration Server驱动程序,它们使用完全不同的连接

系统,这些驱动程序是荒唐可笑。 DB2 Connect为访问大型机DB2提供了更好的解决方案。


我不确定Benjamin是否询问访问大型机数据,而我''

reasonaby肯定他没有使用HIS,因为他在这里发布了他的问题。


" Larry" <拉*** @ nospam.net>在消息中写道

新闻:Bv ********************** @ news4.srv.hcvlny.cv。 net ...
The MS information you reference only applies to using the MS Host
Integration Server drivers, which use a totally different connectivity
system, and these drivers are ludicrously crippled. DB2 Connect provides a
much better solution for accessing your mainframe DB2.

I''m not sure Benjamin was even asking about access mainframe data, and I''m
reasonaby certain he isn''t using HIS, as he posted his question here.

"Larry" <La***@nospam.net> wrote in message
news:Bv**********************@news4.srv.hcvlny.cv. net...
在我看来,ODBC和OLE-DB都不支持DB2存储过程的结果集。在ODBC DB2存储上搜索 http://www.microsoft.com
程序"和OLE-DB DB2存储过程。

Larry Edelstein

Benjamin Doyle写道:
Looks to me like both ODBC and OLE-DB both don''t support result sets for
DB2 stored procs. Search http://www.microsoft.com on "ODBC DB2 Stored
Procedures" and "OLE-DB DB2 Stored Procedures".

Larry Edelstein

Benjamin Doyle wrote:
In Chip Irek''s" A使用DB2 with .NET的PRIMER ( www.15seconds.com)
他声明.. .ODBC不支持DB2存储过程。因此,如果您构建的应用程序严重依赖于存储的
过程,则需要消除ODBC作为访问方法,并考虑使用OleDb或托管提供程序。

文章,有.NET经验的人。

现在,我自己会问Irek先生这个问题,但是我的电子邮件回来了
无法送达。

他的意思是仅适用于.NET应用程序吗?对于所有应用程序而言,这并不意味着什么。

任何Irek先生的IBM同事都能澄清这一点吗?
In Chip Irek''s "A PRIMER ON USING DB2 WITH .NET" (www.15seconds.com),
he states that "...ODBC doesn''t support DB2 stored procedures. So if
you are building an application heavily dependant on stored
procedures, you need to eliminate ODBC as your access method and
consider OleDb or the managed provider."

Mr Irek is an IBM Architect with Global Services and according to the
article, someone with .NET experience.

Now, I''d ask Mr Irek this question myself, but my email comes back
undeliverable.

Does he mean this for just for .NET applications? This can''t mean for
all applications.

Any IBM colleague of Mr Irek able to clarify this?



这篇关于ODBC不支持存储过程?这不可能是真的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆