13987.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: SQL 不要&quot; ' &quot; 吗?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: SQL 不要&quot; ' &quot; 吗?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by job on June 08, 1999 at 08:30:10:<p>
In Reply to: <a href="13946.html">SQL 不要" ' " 吗?</a> posted by Benlaw on June 07, 1999 at 12:44:48:<p>
: <br>: 我有个 database , 其中一个资料名为" Po'ed " ,<br>: 然后我用 :<p>: dbs.Execute " INSERT INTO customer" _<br>: &"(Name, Quantity, Total, 日期) VALUES" _     <br>: & "('Po'ed', '10', '20', '02-04-99')"<p>: VB 说不能用到 Po'ed , 我知道是那 " ' " 作的福, 请问各高手解决方法.<p>你把Po'ed中'去掉就可以,因为,对sql来说'是一个特定符号
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 13987-->
</ul><!--end: 13987-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?