随笔分类 -  数据库编程

摘要:--set feedback off--此行代表不用Orcal返回信息--set define off--drop user LNO cascade; -- 此行代表删除用户,以及用户相关的表,视图等--drop tablespace LNO including contents;--drop tablespace LNOTEMP including contents;create tablesp... 阅读全文
posted @ 2010-10-27 13:06 李阳 阅读(471) 评论(0) 推荐(0)
摘要:本文主要介绍Transaction-SQL存储过程,并介绍如何将游标与存储过程联合运用。 阅读全文
posted @ 2009-07-03 13:50 李阳 阅读(25798) 评论(5) 推荐(4)
摘要:SQLServer 游标 阅读全文
posted @ 2009-07-02 13:33 李阳 阅读(6267) 评论(6) 推荐(4)
摘要:SQLServer 表值函数与标量值函数 定义方式与调用区别 阅读全文
posted @ 2009-07-01 10:17 李阳 阅读(1830) 评论(1) 推荐(1)
摘要:Access数据库数据读取延迟的问题 阅读全文
posted @ 2009-01-12 22:04 李阳 阅读(1477) 评论(1) 推荐(0)
摘要:安全的ACCESS加密方法 阅读全文
posted @ 2008-12-06 19:25 李阳 阅读(522) 评论(1) 推荐(0)
摘要:Oracle Hint的用法 阅读全文
posted @ 2008-10-31 10:11 李阳 阅读(213) 评论(0) 推荐(0)
摘要:SQL语句效率 阅读全文
posted @ 2008-10-16 09:27 李阳 阅读(544) 评论(0) 推荐(0)
摘要:在代码中通过命令行创建SQL SERVER 数据库 阅读全文
posted @ 2006-08-29 14:42 李阳 阅读(2285) 评论(5) 推荐(0)