博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年6月26日

摘要: --测试表 create table Test (F1 varchar(10), F2 varchar(10)) --插入数据 insert into Test select 'jack' F1,'book1' F2 union select 'jack' F1,'book2' F2 union select 'jack' F1,'book3' F2 union select 'Mary'... 阅读全文

posted @ 2008-06-26 16:01 yiyanxiyin 阅读(5426) 评论(12) 推荐(1) 编辑

摘要: 下面是一个控制台的例子,在.net remoting,wcf等分布式程序的中间层也可以这样使用:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.Caching;using System.Web;namespace ConsoleApplication... 阅读全文

posted @ 2008-06-26 14:35 yiyanxiyin 阅读(250) 评论(0) 推荐(0) 编辑