Re: 'Blob' problem.Thanks.
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 02/21/04
- Next message: Susan Leigh: "Re: locking in ADO"
- Previous message: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- In reply to: Oscar: "Re: 'Blob' problem.Thanks."
- Next in thread: Oscar: "Re: 'Blob' problem.Thanks."
- Reply: Oscar: "Re: 'Blob' problem.Thanks."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Feb 2004 19:59:52 -0600
>Sorry. My Programs Test On Dbase For Windows, ADO And Dao.
>I Don't How To Reduce The Database File Size( When Delete The
>Record, Database File Does't Decrease The Size )
Well you can do it with the BDE API using the
function DbiPackTable (hDb: hDBIDb; hCursor: hDBICur; pszTableName: PChar;
pszDriverType: PChar; bRegenIdxs: Bool): DBIResult stdcall;
I don't know of any way to do a compact of a dbase table with ADO or DAO.
You could create a new table and copy the records in your current table to it
then delete the old and rename the new.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Susan Leigh: "Re: locking in ADO"
- Previous message: Viatcheslav V. Vassiliev: "Re: ADOQuery Post"
- In reply to: Oscar: "Re: 'Blob' problem.Thanks."
- Next in thread: Oscar: "Re: 'Blob' problem.Thanks."
- Reply: Oscar: "Re: 'Blob' problem.Thanks."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|