oracle函数 [英] oracle function

查看:61
本文介绍了oracle函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Oracle函数未返回布尔值
如果不能,为什么可以创建?

Oracle function not returning boolean
If not why able to create?

  create or replace function mostaaafa return
   boolean is
     Result boolean;
     n number(4):=0;
   begin
  if n = 0 then
     result:=true;
  else
   result:=false;
  end if;
     return result;
*  end ;
SQL> /


函数已创建.
//因此,如果创建了我如何调用C#表单?


Function created.
// so if created how I can call form C#?

推荐答案

请检查以下具有解决方案的链接:

http://bytes.com/topic/c-sharp/answers/487067-how-call-oracle-function-c [ ^ ]
please check the following link which has the solution:

http://bytes.com/topic/c-sharp/answers/487067-how-call-oracle-function-c[^]


这篇关于oracle函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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