11795.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re:Answer for &quot;Action Query&quot;</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re:Answer for &quot;Action Query&quot;</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:cas0865@tpts5.seed.net.tw">Spencer Yang</a> on April 08, 1999 at 22:51:28:<p>
In Reply to: <a href="11784.html">一个资料库查询的问题</a> posted by 林文芳 on April 08, 1999 at 15:54:19:<p>
请试用execut方式执行 action query, 程式码略列示如下。<p>dim db as database<br>dim sql as string<br>set db = dbengine.workspaces(0).opendatabase(app.path & "a.mdb"<br>sql = "select * from b where c < 100"<p>db.execute(sql)
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 11795-->
</ul><!--end: 11795-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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