2008年12月18日
摘要: 一、创建远程对象,建立项目类库 namespace RemoteObject { public class MyObject : MarshalByRefObject { public DataSet GetData() { SqlConnection conn = new SqlConnection(System.Confi... 阅读全文
posted @ 2008-12-18 23:31 张林春 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: a.aspx " /> ... 阅读全文
posted @ 2008-12-18 16:00 张林春 阅读(265) 评论(0) 推荐(0) 编辑
摘要: create or replace package MAnlyse is -- Public type declarations type M_Cursor is ref cursor; -- Public function and procedure declarations procedure anlyse( myCursor out M_Cursor, V_i... 阅读全文
posted @ 2008-12-18 14:47 张林春 阅读(881) 评论(0) 推荐(0) 编辑