10 2008 档案
摘要:创建insert触发器use studbgoif exists(select name from sysobjects where name='trig_transinfo')drop trigger trig_transinfogocreate trigger trig_transinfoon transinfofor insertasdeclare @ type char(4),@outmoney moneydeclare @mycardid char(10),@balance moneyselect @type=transtype,@outmoney=transmoney
阅读全文
摘要:use studbgoupdate bank set currentmoney=currentmoney-1000 where costomername='chen'set nocount onprint '查看转账事务前的行数信息'select * from bankgobegin transactiondeclare @errorsum intset @errorsum=0update bank set currentmoney=currentmoney-1000where customername='zhangsan'set @errors
阅读全文
摘要:<script type="text/javascript">var focus_width=570;var focus_height=150;var swf_height = focus_height;var pics='1.jpg|2.jpg|3.jpg|4.jpg';var texts='';var links='sgd';;document.write('<object ...
阅读全文
摘要:登陆界面 Email登录用户名登录 Email: 密 码: 下次自动登录 忘记密码? 欢迎访问阿里西西网页特效代码站,js.alixixi.com
阅读全文
摘要:简洁Tab新闻1新闻2新闻3新闻4新闻5""新闻列表2新闻列表3新闻列表4新闻列表5
阅读全文
摘要:create table table1(id int,name varchar(10)) create table table2(id int,score int) insert into table1 values( 1,'lee') ;insert into table1 values(2,'zhang') ; insert into table1 values(4,'wang') ; ins...
阅读全文
摘要:Brettle.Web.NeatUpload.dll支持的大文件上传1.在工具箱中添加Brettle.Web.NeatUpload.dll,可以看到工具箱中出现InputFile等控件。2.复制文件夹NeatUpload到根目录.3.拖放使用上传控件InputFile和进度条ProgressBar,添加上传文件的按钮.aspx页面代码如下:<body> <form id="for...
阅读全文