逍遥世界

海纳百川,有容乃大;壁立千仞,无欲则刚。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年8月31日

摘要: SQL: select * into b from a where 11 说明:拷贝表(拷贝数据,源表名:a 目标表名:b) SQL: insert into b(a, b, c) select d,e,f from b; 说明:显示文章、提交人和最后回复时间 SQL: select a.title,a.username,b.adddate fr... 阅读全文

posted @ 2005-08-31 10:54 逍遥 阅读(234) 评论(0) 推荐(0)

摘要: SQL Server ODBC Standard Security:"Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;" Trusted connection:"Driver={SQL Server};Server=Aron1;Database=pubs;Trusted_Connection=yes... 阅读全文

posted @ 2005-08-31 10:50 逍遥 阅读(424) 评论(0) 推荐(0)

摘要: button3—click(): { string str=""; Response.Write(str); }button2_click() {} button1_click() {} 阅读全文

posted @ 2005-08-31 10:39 逍遥 阅读(378) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2005-08-31 10:31 逍遥 阅读(539) 评论(1) 推荐(0)

摘要: 为报表数据集填充数据://strProvider为连接字符串string strProvider = "Server=(local);DataBase=pubs;UID=sa;PWD="; CrystalReport1 oCR = new CrystalReport1(); Dataset1 ds = new Dataset1(); SqlConnection MyConn = new Sq... 阅读全文

posted @ 2005-08-31 10:29 逍遥 阅读(504) 评论(0) 推荐(0)