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 » double-quotation

3w learning

special-symbols >
double-quotation

Title:

double quotation (") marks


“ ”double quotation marks 双引号
Description:

double quotation (") mark to display a (") you need to write ("") two double quotations in a script single " means script


“ ”double quotation marks 双引号
的使用
------其它特殊字符-----
空格  
双引号 " 
单引号 ' 
强调符号 ` 
数字符号 # 
百分比符号 % 
大于 > 
小于 < 
惊叹号  ! 
句号 . 
角括号 [ 或 ] 
星号 * 
货币符号 $ 
分号 ; 
冒号 : 
问号 ? 
插入号 ^ 
大括号 ( 或 ) 
加号 + 
反斜线 \
Example Code:

double quotation (") mark does work for MSSQL but not Access (MDB) for MSsql : you may save it (") and recall it (") <% response.write "<h1>""</h>" %> ------- Tips for Access MDB ---------- Example code :: solutation for Access MDB <% text=request("text") ' ASP server sees "" as " textReplaced=replace(text,"""","quooooteMark") ' example 7" will become 7quote for your DB to save ' (") must be replaced before save action '---------- ' save in access processd here '---------- 'recall from DB textReplaced=rs("textReplaced") text=replace(textReplaced,"quooooteMark","""") response.write text %> ---------- attention -------- Microsoft Access (MDB) does not restrict the use of special characters such as a number sign (#), a period (.), or a double quotation (") mark in the database object names or in the database field names. However, if you do use the special characters, you may experience unexpected errors. Microsoft recommends :: !!! that you do not use the special characters in the database object names in the Access database or in the database project.


" 在Access MDB 和 MSsql 下的DB储存与呼叫可能会有点差异

Access : " 可在存前更变身, 呼叫后再还身
----------------
Microsoft Access 不会在数据库对象名称或
数据库字段名称中,限制使用特殊字符,例如数字符号
(#)、句号 (.) 或双引号 (")。但是,如果您使用了这
些特殊符号,可能会发生非预期的错误。因此,Microsoft
建议您不要在 Access 数据库或数据库项目的数据库对象
名称中,使用这些特殊字符。 本文将告诉您,必须避免
使用的特殊字符,以免因为这些特殊字符而造成已知的问题。

Example Result:

Example 1 ----- MSsql save and recall

"

Example 2 : ( replace before save) 7"


<%=replace(text,"""","&quot;")%>


..
...
...

[ 7/27/2008 ]

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