06 2011 档案

摘要:<HTML>2<HEAD>3<scriptlanguage="JavaScript">4function openFile(){5var of=newActiveXObject("MSComDlg.CommonDialog");6//fd.Filter="图片文件l(*.jpg|*.jpg";7 of.Filter="*.*";8 of.FilterIndex=2;9//mustsetting10 of.MaxFileSize=128;11 of.ShowSave();//显示保 阅读全文
posted @ 2011-06-29 09:41 刘颖 阅读(1337) 评论(0) 推荐(0)
摘要:select a.* from openrowset('SQLOLEDB','192.168.1.1\Sqlexpress';'sa';'123456','select * from temp.dbo.Act as a where a.actid in(11,22,33,33) roder by id') a inner join dbo.newtemp b on b.id=a.id 阅读全文
posted @ 2011-06-17 14:45 刘颖 阅读(143) 评论(1) 推荐(0)
摘要:http://www.cnblogs.com/qleelulu/archive/2008/10/05/1303997.html 阅读全文
posted @ 2011-06-16 17:54 刘颖 阅读(126) 评论(0) 推荐(0)