渔鱼

人生豪迈,在此一博!

  博客园 :: 首页 :: 博问 :: 闪存 :: :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  Oracle数据库

摘要:初级入门的小例子。 首先确保引用了命名空间: using System.Data; using System.Data.OracleClient; 定义连接字符串如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> private c... 阅读全文
posted @ 2009-03-09 22:59 博闻李 阅读(6911) 评论(0) 推荐(0)

摘要:常用字符函数 函数 描述 LOWER(char) 将字符串表达... 阅读全文
posted @ 2009-03-08 21:10 博闻李 阅读(2411) 评论(0) 推荐(0)

摘要:这里主要记录使用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); ... 阅读全文
posted @ 2009-03-08 11:29 博闻李 阅读(388) 评论(0) 推荐(0)