摘要:
当游标没记录时,我查到的资料都是exit操作,如下: fetch cur_servhis into thisservhis; exit when cur_servhis%notfound; 我现在需要当没记录时,要执行一个insert操作,请问怎么写?
......
摘要:
form一次提交的极限是多少?
......
Visual Basic 2005 Express Edition Beta 2 激活成功
Visual Basic 2005 Express Edition Beta 2 激活成功!
现请大家推荐一本好书?谢谢!
NO.1 作者: haoya1
是不是简体中文版?
NO.2 作者: sshjoin
可惜还不是正式版
NO.3 作者: stchenzhanrong
http://www.codesky.net/showcode.asp?uid=49711
摘要:
sql_string.format("select top 5 * from tempsm where sendtime< #%s# order by sendtime",getcurrenttime())
......