⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 16158.html

📁 VB技巧问答10000例 VB技巧问答10000例
💻 HTML
字号:
<html>
  <head>
    <title>Re: 谢谢,如果不用command??</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 谢谢,如果不用command??</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:cthelios@ms21.hinet.net">C.T.Wang</a> on July 26, 1999 at 00:49:54:<p>
In Reply to: <a href="16134.html">谢谢,如果不用command??</a> posted by Rookie on July 25, 1999 at 14:21:14:<p>
: Action Query可直接由connection执行,参数也能下在<br>: recordset开启的SQL字串中,如果不用command,似乎也<br>: 能完成,是吗?<p> 1. 不太了解你的问题, "参数也能下在<br>: recordset开启的SQL字串中"?? 用connection执行action query基本上不需要recordset? ex:<br>  conn.execute "Delete * from TableXXX"<br> 2. 不用command object当然可以完成所有的ADUQ SQL作业(在VB中先以字串型态把所有"参数"组好. 透过conn执行.<br> 3. command object的好处是SQL字串只要在建立时SQLserver parsing 一次, 其后client再呼叫时只要送"参数". 简单的说是提升执行速度, <p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16158-->
<!--top: 16191--><li><a href="16191.html">谢谢你,我了解了。</a> <b>Rookie</b> <i>14:22:58 7/26/99</i>
(<!--responses: 16191-->0)
<ul><!--insert: 16191-->
</ul><!--end: 16191-->
</ul><!--end: 16158-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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