5838.html

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

HTML
27
字号
<html>
  <head>
    <title>Re: 试试看 Join</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 试试看 Join</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:kkcheung@resolink.com">kkcheung</a> on September 21, 1998 at 09:55:41:<p>
In Reply to: <a href="5832.html">试试看 Join</a> posted by 小吴 on September 21, 1998 at 07:42:07:<p>
: 如果你的目的只是为了取得 cust_name 的话,你可以试看看 join。<br>: temp_st1="select A.cust_code, B.cust_name from sale_rec A, customer B where date='19980912' AND A.cust_code=B.cust_code"<br>: tempset1=db.openrecordset (temp_st1)<p>: while not tempset1.eof<br>: temp_d1=tempset1!cust_code<br>: temp_d2=tempset1!cust_name<p>: tempset1.movenext<br>: wend<p> 小吴,一直也很敬佩你在vb的"修行".<br> 说回你提供的例子,并没有用到你说的 join,为什么?<br> 另 A.cust_code, B.cust_name的 A 及 B是什么意思 ?<br> 谢谢.
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5838-->
<!--top: 5980--><li><a href="5980.html">Re: 试试看 Join</a> <b>David Wong</b> <i>14:03:24 9/24/98</i>
(<!--responses: 5980-->0)
<ul><!--insert: 5980-->
</ul><!--end: 5980-->
</ul><!--end: 5838-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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