由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - A puzzle of using OPD
相关主题
请问可能对C# dataSet作query吗?C# DateTime to Oracle Date
一道mcad考试题求解(有关DataAdapter)DataTable.NewRow的primary key初始为0的问题
datagrid help请教一下MVC的View如何显示动态column的问题
How to Call Stored Procedure in C# .Net?怎样用FCL做一个彩色的Cursor?
问个基础问题no run-to-cursor capability in Vb?
小菜鸟求助,PDF header signature not found急急急!!!C#问题
.net操作数据库的方法,哪个最好?请教一个visual studio 2005下的SQL server问题
Bulk merge?最近又要tryout,贴个网上的教程给即将要tryout的朋友
相关话题的讨论汇总
话题: using话题: opd话题: data话题: puzzle话题: integer
进入DotNet版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
Using Oracle Data Provider for .Net, call a stored procedure with OUT cursor
, which equivalent to:
select max(integer_field) as blah,....
After fill the dataset, I check the datatables[0]: the data type of blah
CHANGED to decimal!!
I made it work by altering sp, cast the max to integer... any better
approach? and why ODP change the data type?
c**e
发帖数: 2558
2
http://download.oracle.com/docs/html/B28089_01/featTypes.htm

cursor

【在 c**t 的大作中提到】
: Using Oracle Data Provider for .Net, call a stored procedure with OUT cursor
: , which equivalent to:
: select max(integer_field) as blah,....
: After fill the dataset, I check the datatables[0]: the data type of blah
: CHANGED to decimal!!
: I made it work by altering sp, cast the max to integer... any better
: approach? and why ODP change the data type?

1 (共1页)
进入DotNet版参与讨论
相关主题
最近又要tryout,贴个网上的教程给即将要tryout的朋友问个基础问题
面试问题,关于oracle 8i小菜鸟求助,PDF header signature not found
老印给我的一个Challenge.net操作数据库的方法,哪个最好?
Open Too Many Cursor IssueBulk merge?
请问可能对C# dataSet作query吗?C# DateTime to Oracle Date
一道mcad考试题求解(有关DataAdapter)DataTable.NewRow的primary key初始为0的问题
datagrid help请教一下MVC的View如何显示动态column的问题
How to Call Stored Procedure in C# .Net?怎样用FCL做一个彩色的Cursor?
相关话题的讨论汇总
话题: using话题: opd话题: data话题: puzzle话题: integer