18122.html

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

HTML
27
字号
<html>  <head>    <title>Re:   vb资料库的问题</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re:   vb资料库的问题</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by Fai on August 30, 1999 at 14:08:32:<p>In Reply to: <a href="18093.html">Re:   vb资料库的问题</a> posted by 小宛 on August 29, 1999 at 21:51:10:<p>: : 我将资料库的档案.mdb放在别台电脑,第一次使用没有问题,但是第二次就出现这个档案以被开启这是什么原因?资料库不是很多人<br>: : 都可以同时使用吗?为什么还会出现这样的讯息?<p>: ==<br>: 不是很懂你的问题,不过Access我用了无数次还没碰过这问题,你可检查档案是不是设为唯读,或在ACCess资料库工具/选项的进阶Tab,看看预设开启模式是不是设成独占了。<br>: 若以上还不能解决,那就抱歉了!<p>你应该是未Close Database,即Close Connection.<br>你应Check Database State 是否Close<p>If DataEnvironment1.Connection1.State = adStateOpen Then<br>   DataEnvironment1.Connection1.Close<br>End If<br>(OR)<br>If Conn.State=adStateOpen then<br>   Conn.Close<br>End If<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18122--><!--top: 18149--><li><a href="18149.html">Re:   vb资料库的问题</a> <b>kevin </b> <i>23:14:49 8/30/99</i>(<!--responses: 18149-->0)<ul><!--insert: 18149--></ul><!--end: 18149--></ul><!--end: 18122--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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