18701.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 26 行
HTML
26 行
<html> <head> <title>God!! Help</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>God!! Help</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by alex on September 09, 1999 at 11:57:47:<p>Dim Wrkjet As Workspace<br>Dim db1 As Database<br>Dim recset1 As Recordset<p>Set Wrkjet = DBEngine.CreateWorkspace("TestWorkspace", "admin", "", dbUseJet)<br>Set db1 = Wrkjet.OpenDatabase("d:\hkep\hkep.mdb", True, False, "Access")<br>Set recset1 = db1.OpenRecordset("user", dbOpenDynaset)<p>i occur the error is "3170"(Counldn't use ISAM) while is run "set db1 ......"<br>anybody can help me!!thx a lot<p><p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18701--><!--top: 18725--><li><a href="18725.html">Re: God!! Help</a> <b>纪文和 </b> <i>20:49:42 9/09/99</i>(<!--responses: 18725-->0)<ul><!--insert: 18725--></ul><!--end: 18725--></ul><!--end: 18701--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?