📄 8582.html
字号:
<html>
<head>
<title>Re: 如何得知 在.MDB档中有某一TABLE存在?</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 如何得知 在.MDB档中有某一TABLE存在?</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:lijenkao@oa1.otc.org.tw">lijen</a> on December 24, 1998 at 11:33:46:<p>
In Reply to: <a href="8575.html">如何得知 在.MDB档中有某一TABLE存在?</a> posted by jan on December 24, 1998 at 10:03:42:<p>
: 请问: 应如何得知在 TMP.MDB 资料库中, 是否有 TEST 的TABLE 存在?<p>try following code:<p>1. dim mydatabase as database<br> dim mytable as tabledef<br>2. set mydatabase = opendatabase("tmp.mdb")<br>3. for each mytable in mydatabase.tabledefs<br> if mytable.name = "test" then<br> .........<br> endif<br> next mytable<br>4. mydatabase.close<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8582-->
</ul><!--end: 8582-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -