web tools rank checker

domain .cn
.net .cn .com.cn
你正在阅览 :: 简体中文:: 学习 ASP SQL VB HTML code

学习 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在阅览 :: 简体中文 Chinese_Simplified

学习.主题:
首页
ASP
. Active-Server-Flash
. Array
. Connection
. Count
. Counter
. Distinct
. Email
. File
. Folder
. Function
. GetSQLserver
. Header
. mySQL
. Record
. Recordset
. Request
. Response
. Server
. Server-CreateObject
. ServerVariables
. Session
. Special-Symbols
»double-quotation
»right-single-quotation
. String
. Sub
. Time
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
XML

SiteMap

3w....学习.教学 > ASP > special-symbols » right-single-quotation

3w learning

special-symbols >
right-single-quotation

Title:

right single quotation marks ' an apostrophe ; chr(34)


右上侧的一撇 ' 特别符号---单引号
Description:

' Entity Name supported by HTML : &rsquo An apostrophe


右上侧的一撇 '
HTML 可用 &rsquo 或 '
‘ ’single quotation marks 单引号
Example Code:

------------ add in a new row data <% aNewData=request("aNewData") Set rsAdd = GetSQLserverRecordset( conn, "select * from aTable") rsAdd.AddNew rsAdd("aNewData") = aNewData rsAdd.Update response.write " ' ' " %> ------------ update an old data ----------- <% aUpdateData=replace(Request("aUpdateData"),"'","''") SQL="update aTable set aData='"&aUpdateData&_ "' where bData='"&bData&"' conn.Execute SQL %> ---------- attention :: -------- MDB abd MSsql may have different situation ...


只显示 '
--------
并非由数据库呼叫

-----------------------
:colon 冒号
;semicolon 分号
!exclamation 惊叹号
?question mark 问号
 ̄hyphen 连字符
'apostrophe 省略号;所有格符号
—dash 破折号
( )parentheses 圆括号
[ ]square brackets 方括号
《 》French quotes 法文引号;书名号
...ellipsis 省略号
¨tandem colon 双点号
"ditto 同上
‖parallel 双线号
/virgule 斜线号
&ampersand = and
~swung dash 代字号
§section; division 分节号
→arrow 箭号;参见号
+plus 加号;正号
-minus 减号;负号
±plus or minus 正负号
×is multiplied by 乘号
÷is divided by 除号
=is equal to 等于号
≠is not equal to 不等于号
≡is equivalent to 恒等于号
≌is identical to 全等于号
≈is approximately equal to 约等于号
<is less than 小于号
>is more than 大于号
≮is not less than 不小于号
≯is not more than 不大于号
≤is less than or equal to 小于或等于号
≥is more than or equal to  大于或等于号
%per cent 百分之…
‰per mill 千分之…
∞infinity 无限大号
∝varies as 与…成比例
√(square) root 平方根
∵since; because 因为
∴hence 所以
∷equals, as (proportion) 等于,成比例
∠angle 角
⌒semicircle 半圆
⊙circle 圆
○circumference 圆周
πpi 圆周率
△triangle 三角形
⊥perpendicular to 垂直于
∪union of 并,合集
∩intersection of 交,通集
∫the integral of …的积分
∑(sigma) summation of 总和
°degree 度
#number …号
℃Celsius system 摄氏度
@at 单价
_ under line
Example Result:

'


you need to use two ' so you can see one ' to be displayed ---------- attention ----------- When you try to add a new data ::: must ues one [ ' ] into DB : use one [ ' ] When you try to update an old data ::: shall use newData=replace(Request("title1" ),"'","''") Tips:: replace one[ ' ] into two [ ' ' ] before you doing UpDate for the first time save When you try to edit update one ' into DB : use two ' for not the first time save <% 'remark: edit for update: means you get ' from DB updateTxt=request("right-single-quotation-marks-txt") newtxt=replace(updateTxt,"'","''") %>


注意
当你是要做第一次的建立数据储存数据格时要使用单一 '
当你不是要做第一次的建立数据储存数据格时
(也就是呼叫出后再编辑储存时)要使用两个 ' '
..
...
...

[ 7/27/2008 ]

www learning school add more scripts and tips memo
You are at >>3WS.EZER.COM >> 3WS.EZER.COM/ASP/SPECIAL-SYMBOLS/RIGHT-SINGLE-QUOTATION.ASP>>ASP
Helpful link:: SEO web tools :: Live PR | SERP checker
back to top Ezer code adding :: Questions ;email