📄 12184.html
字号:
<html>
<head>
<title>Re: pass- through </title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: pass- through </h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:jwh@ms1.hinet.net">纪文和</a> on April 19, 1999 at 19:43:08:<p>
In Reply to: <a href="12164.html">pass- through </a> posted by CHIOU on April 19, 1999 at 13:20:26:<p>
我在 Access 建立了一个 Table1, 含a,b,c三栏位<br>产生了一个 update 指令<br>UPDATE table1 SET table1.a = [table1].[b]-[table1].[c];<br>移到vb中,也是正常的.<p>Dim db1 As Database<br>Dim wsql As String<br>Set db1 = opendatabase("c:\db1.mdb")<br>wsql = "UPDATE table1 SET table1.a = [table1].[b]-[table1].[c];"<br>db1.execute wsql<p>再试试吧!!
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12184-->
</ul><!--end: 12184-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -