摘要:<% url = "http://www.remotesite.com/out.asp" ' add a BASE HREF tag for remote page which has relative image URLs, or style sheets, or JavaScript files
阅读全文
01 2010 档案
摘要:<% url = "http://www.remotesite.com/out.asp" ' add a BASE HREF tag for remote page which has relative image URLs, or style sheets, or JavaScript files
阅读全文
摘要:Rs.Open语法如下:Rs.Open Source,ActiveConnection,CursorType,LockType Source为sql语句,ActiveConnection为数据库连接,CursorType是游标,LockType是数据锁定类型.CursorType 常量说明adOpenForwardOnly(值为0)打开仅向前类型游标(默认值),只能向前浏览记录,不支持分页,Rec...
阅读全文
摘要:UPDATEtestTableSETtestNtext = REPLACE(CAST(testNtext AS NVARCHAR(1000)),' ',' ')WHEREtestNtext LIKE '% %'
阅读全文
|