1578.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 22 行
HTML
22 行
<html> <head> <title>Re: 资料库!!</title> </head> <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK=""> <center> <h1>Re: 资料库!!</h1> </center><HR><p>Posted by <a href="mailto:chihhong@status.com.tw">黄智弘</a> on December 26, 1997 at 01:33:22:<p>In Reply to: <a href="1574.html"><b>资料库!!</b></a> posted by 小立 on December 24, 1997 at 09:33:54:<p><br>: 请问,能否把两个资料库合并呢?怎样做?<p> 当然可以....<br>不过二个mdb的某一table要一样的fields,才能进行合并<br>利用SQL语法........<br>sql_str="Insert into table from Select * from table1 In '123.mdb'"<br>db.execute sql_str<p><br><br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1578--></ul><!--end: 1578--><br><HR><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?