摘要:初级入门的小例子。 首先确保引用了命名空间: using System.Data; using System.Data.OracleClient; 定义连接字符串如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> private c...
阅读全文
随笔分类 - Oracle数据库
摘要:常用字符函数 函数 描述 LOWER(char) 将字符串表达...
阅读全文
摘要:这里主要记录使用PL/SQL Developer 7.1.4操作Oracle 9i的一些基本内容: 1.存储过程 (1)先创建包并声明存储过程 create or replace package BowenPKG is type refcursor is ref cursor; procedure Getdata(refout out refcursor); ...
阅读全文