壓縮access資料庫的方法。

2021-06-01 13:17:09 字數 486 閱讀 8148

stdafx.h

#import "c:\program files\common files\system\ado\msjro.dll "no_namespace

cstring strold;

cstring strnew;

char str3[1024];

strold.format("provider=microsoft.jet.oledb.4.0;data source=database_temp.mdb;persist security info=false;jet oledb:database password=hhdf78");

strnew.format("provider=microsoft.jet.oledb.4.0;data source=database.mdb;jet oledb:engine type=5");

try

catch(_com_error   &e)  

壓縮access資料庫

遇到乙個問題,使用的是accesss資料庫,在載入資料庫中的資訊的時候,速度特別慢,有時候一次查詢最終會卡15秒左右,然後才能得到結果,跟蹤發現卡的地方在sqlexecdirect中,已經是odbc api了。開啟資料庫看也沒發現啥問題,後來點了access上邊的 壓縮和修復資料庫 工具,資料庫從原...

C 壓縮Access資料庫

壓縮資料庫 資料庫鏈結 要壓縮的mdb檔案的全名 static void compactaccessdb string dbfilename objjro.gettype invokemember compactdatabase system.reflection.bindingflags.invo...

Delphi 壓縮Access資料庫

由於access資料庫在反覆使用過程中會自動增大,delphi壓縮access資料庫的簡單方法如下 首先要引用comobj單元 function tform1.compac b const dbfile,pwd string boolean var tempdbfile string constr ...