设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 1065|回复: 0
打印 上一主题 下一主题

[与其它组件] 有关.CompactDatabase的问题,大家帮我看看

[复制链接]
跳转到指定楼层
1#
发表于 2005-3-25 21:17:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式


       Dim Je As New JRO.JetEngine

       Dim strSPath As String, strDPath As String, strTPath As String

       Dim dbs As DAO.Database

       Dim tdf As DAO.TableDef

       Dim str As String, strp As String

           ' Loop through all tables in the database.

           Set dbs = CurrentDb

           For Each tdf In dbs.TableDefs

               ' If the table has a connect string, it's a linked table.

               If Len(tdf.Connect) > 0 Then

                   str = Trim(Right(tdf.Connect, Len(tdf.Connect) - InStr(tdf.Connect, "DATABASE=") - 8))

                   strp = Mid(tdf.Connect, InStr(1, tdf.Connect, "WD=") + 4, (InStr(1, tdf.Connect, "DATABASE=") - (InStr(1, tdf.Connect, "WD=") + 4) - 1))

               Exit For

               End If

           Next tdf

      

   

       strSPath = str

       strDPath = CurrentProject.Path & "\tempdb.mdb"

       strTPath = CurrentProject.Path & "\bakdb.mdb"

         

      

      

       Je.CompactDatabase "rovider=Microsoft.Jet.OLEDB.4.0; Data Source=" & strSPath & ";OLEDBatabase Password=" & strp, "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & strDPath & "; Jet OLEDBatabase Password=" & strp & ""



最后这段代码不知道那里错了.



      

   
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-5-8 21:53 , Processed in 0.109931 second(s), 24 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表